ST added registrar name to domain expiration task
This commit is contained in:
parent
69e8644419
commit
fc83494a33
10 changed files with 260 additions and 26 deletions
|
@ -8,6 +8,8 @@ namespace WebsitePanel.Providers.DomainLookup
|
|||
public class DomainDnsChanges
|
||||
{
|
||||
public string DomainName { get; set; }
|
||||
public string Registrar { get; set; }
|
||||
public DateTime? ExpirationDate { get; set; }
|
||||
public int PackageId { get; set; }
|
||||
|
||||
public List<DnsRecordInfoChange> DnsChanges { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue