using AsbCloudApp.Data.Subsystems; using System.Collections.Generic; namespace AsbCloudApp.Data.WellReport; //TODO: комментарии public class DrillerReportDto { public ScheduleDto Shedule { get; set; } public IEnumerable SubsystemsStat { get; set; } }