diff --git a/AsbCloudInfrastructure/Repository/WellOperationRepository.cs b/AsbCloudInfrastructure/Repository/WellOperationRepository.cs index fe6cdeb9..c9d3c7fc 100644 --- a/AsbCloudInfrastructure/Repository/WellOperationRepository.cs +++ b/AsbCloudInfrastructure/Repository/WellOperationRepository.cs @@ -385,13 +385,6 @@ public class WellOperationRepository : IWellOperationRepository new[] { nameof(wellOperationDtos) }); } - //if (previousDateEnd > currentDateStart) - //{ - // yield return new ValidationResult( - // "Предыдущая операция не завершена", - // new[] { nameof(wellOperationDtos) }); - //} - previous = current; } }