Domain Expiration Task Added
This commit is contained in:
parent
133de4b747
commit
bb0b92e565
20 changed files with 834 additions and 87 deletions
|
@ -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; }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue