Domain Expiration task fixes

This commit is contained in:
vfedosevich 2014-12-08 06:10:22 -08:00
parent 1fbacb828c
commit f8f7f196c4
9 changed files with 52 additions and 49 deletions

View file

@ -8,7 +8,8 @@ namespace WebsitePanel.Providers.DomainLookup
public class ScheduleTaskEmailTemplate
{
public string TaskId { get; set; }
public string ParameterID { get; set; }
public string Value { get; set; }
public string From { get; set; }
public string Subject { get; set; }
public string Template { get; set; }
}
}