using System.Collections.Generic; namespace AsbCloudApp.Data.WellReport; public class DrillingInfoDto { public DatesRangeDto Dates { get; set; } = null!; public PlanFactDto Days { get; set; } = null!; public PlanFactDto WellBoreDepth { get; set; } public PlanFactDto VerticalDepth { get; set; } //TODO: Срок строит. без НПВ факт (DE8) }