forked from ddrilling/AsbCloudServer
remove comment
This commit is contained in:
parent
4b3bdef885
commit
1b01e88040
@ -385,13 +385,6 @@ public class WellOperationRepository : IWellOperationRepository
|
||||
new[] { nameof(wellOperationDtos) });
|
||||
}
|
||||
|
||||
//if (previousDateEnd > currentDateStart)
|
||||
//{
|
||||
// yield return new ValidationResult(
|
||||
// "Предыдущая операция не завершена",
|
||||
// new[] { nameof(wellOperationDtos) });
|
||||
//}
|
||||
|
||||
previous = current;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user