From 1b01e88040b35f2f0fb0f992a4a74fb1f03b18b3 Mon Sep 17 00:00:00 2001 From: ngfrolov Date: Mon, 5 Feb 2024 09:32:14 +0500 Subject: [PATCH] remove comment --- .../Repository/WellOperationRepository.cs | 7 ------- 1 file changed, 7 deletions(-) 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; } }