ST fixes
This commit is contained in:
parent
df814794a2
commit
a5120e14b2
6 changed files with 242 additions and 213 deletions
|
@ -8,6 +8,7 @@ namespace WebsitePanel.Providers.DomainLookup
|
|||
public class DomainDnsChanges
|
||||
{
|
||||
public string DomainName { get; set; }
|
||||
public int PackageId { get; set; }
|
||||
|
||||
public List<DnsRecordInfoChange> DnsChanges { get; set; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue