сработай пожалуйста

This commit is contained in:
2024-05-28 23:45:27 +04:00

View File

@@ -13,7 +13,6 @@ namespace ServiceStationRestApi.Controllers
private readonly IExecutorReportLogic _executorReportLogic;
private readonly IGuarantorReportLogic _guarantorReportLogic;
private readonly AbstractMailWorker _mailWorker;
private readonly IGuarantorReportLogic _guarantorReportLogic;
public ReportController(ILogger<ReportController> logger, IExecutorReportLogic executorReportLogic, AbstractMailWorker abstractMailWorker, IGuarantorLogic guarantorReportLogic)
{