From 8066f9a7c1ee494aebb821f19dcebcb417419553 Mon Sep 17 00:00:00 2001 From: Olga Nemt Date: Tue, 28 May 2024 17:32:39 +0500 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D1=80=D0=B0=D0=BD=D0=BE=20=D0=BB?= =?UTF-8?q?=D0=B8=D1=88=D0=BD=D0=B5=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AsbCloudInfrastructure/Repository/WellCompositeRepository.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/AsbCloudInfrastructure/Repository/WellCompositeRepository.cs b/AsbCloudInfrastructure/Repository/WellCompositeRepository.cs index a3085e76..181d8cff 100644 --- a/AsbCloudInfrastructure/Repository/WellCompositeRepository.cs +++ b/AsbCloudInfrastructure/Repository/WellCompositeRepository.cs @@ -54,7 +54,6 @@ public class WellCompositeRepository : IWellCompositeRepository public IEnumerable GetCompositeProcessMap(int idWell, CancellationToken token) { throw new NotImplementedException(); - //return await Task.FromResult(Enumerable.Empty()); } private static WellComposite Convert(int idWell, WellCompositeDto dto)