Mx and ns scheduled tasks fixes
This commit is contained in:
parent
5c239f0933
commit
133de4b747
8 changed files with 197 additions and 39 deletions
|
@ -9,13 +9,11 @@ namespace WebsitePanel.Providers.DomainLookup
|
|||
{
|
||||
public string Domain { get; set; }
|
||||
|
||||
public List<DomainDnsRecordsChanges> MxChanges { get; set; }
|
||||
public List<DomainDnsRecordsChanges> NsChanges { get; set; }
|
||||
public List<DomainDnsRecordsChanges> DnsChanges { get; set; }
|
||||
|
||||
public DomainChanges()
|
||||
{
|
||||
MxChanges = new List<DomainDnsRecordsChanges>();
|
||||
NsChanges = new List<DomainDnsRecordsChanges>();
|
||||
DnsChanges = new List<DomainDnsRecordsChanges>();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue