From 0d16d09ad7022ad2cb5f015a02b08960c3c1c22a Mon Sep 17 00:00:00 2001 From: Olga Nemt Date: Mon, 6 Mar 2023 16:54:47 +0500 Subject: [PATCH] =?UTF-8?q?=D0=A2=D0=B8=D0=BF=20System.DateTime=20=D1=81?= =?UTF-8?q?=D0=BE=D0=BA=D1=80=D0=B0=D1=89=D0=B5=D0=BD=20=D0=B4=D0=BE=20Dat?= =?UTF-8?q?eTime=20=D0=B2=20=D0=BF=D0=B0=D1=80=D0=B0=D0=BC=D0=B5=D1=82?= =?UTF-8?q?=D1=80=D0=B5=20=D0=BC=D0=B5=D1=82=D0=BE=D0=B4=D0=B0=20AddAsync?= =?UTF-8?q?=20(=D0=B2=20=D1=81=D0=B5=D1=80=D0=B2=D0=B8=D1=81=D0=B5=20Daily?= =?UTF-8?q?ReportService)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Services/DailyReport/DailyReportService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AsbCloudInfrastructure/Services/DailyReport/DailyReportService.cs b/AsbCloudInfrastructure/Services/DailyReport/DailyReportService.cs index 3da29cae..392b3f83 100644 --- a/AsbCloudInfrastructure/Services/DailyReport/DailyReportService.cs +++ b/AsbCloudInfrastructure/Services/DailyReport/DailyReportService.cs @@ -70,7 +70,7 @@ namespace AsbCloudInfrastructure.Services.DailyReport return dailyReportDto; } - public async Task AddAsync(int idWell, System.DateTime startDate, CancellationToken token = default) + public async Task AddAsync(int idWell, DateTime startDate, CancellationToken token = default) { var well = wellService.GetOrDefault(idWell); if (well is null || well.Timezone is null)