namespace SiteStatus.Dbo { public class DnsZoneServerStatusDbo { public string Server { get; set; } public string Soa { get; set; } } }