namespace AsbCloudDb.Model.DailyReport { public class Sign { /// /// ФИО Мастера буровой /// public string DrillingMaster { get; set; } /// /// ФИО супервайзера /// public string Supervisor { get; set; } } }