using System.Collections.Generic; namespace SiteStatus.Dbo { public class DnsZoneStatusDbo { public string Zone { get; set; } public IList ServerStatus { get; set; } } }