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)