Domain Expiration Task Added

This commit is contained in:
vfedosevich 2014-12-08 04:15:23 -08:00
parent 133de4b747
commit bb0b92e565
20 changed files with 834 additions and 87 deletions

View file

@ -147,5 +147,8 @@ namespace WebsitePanel.EnterpriseServer
get { return this.instantAliasName; }
set { this.instantAliasName = value; }
}
public DateTime? CreationDate { get; set; }
public DateTime? ExpirationDate { get; set; }
}
}