Убрано лишнее из контроллера ProcessMapWellDrillingController

This commit is contained in:
Olga Nemt 2024-02-16 12:07:30 +05:00
parent 853a5fde83
commit 30d8632dd7

View File

@ -35,7 +35,6 @@ public class ProcessMapWellDrillingController : ProcessMapBaseController<Process
IUserRepository userRepository, IUserRepository userRepository,
IProcessMapReportWellDrillingExportService processMapReportDataSaubStatExportService, IProcessMapReportWellDrillingExportService processMapReportDataSaubStatExportService,
IProcessMapPlanImportService processMapPlanImportService, IProcessMapPlanImportService processMapPlanImportService,
IProcessMapReportWellDrillingService processMapReportWellDrillingService,
IProcessMapReportDataSaubStatService processMapReportDataSaubStatService, IProcessMapReportDataSaubStatService processMapReportDataSaubStatService,
ICrudRepository<WellSectionTypeDto> wellSectionRepository, ICrudRepository<WellSectionTypeDto> wellSectionRepository,
IHubContext<TelemetryHub, ITelemetryHubClient> telemetryHubContext, IHubContext<TelemetryHub, ITelemetryHubClient> telemetryHubContext,