пока не доделано, но скоро будет

This commit is contained in:
Табеев Александр 2024-05-28 22:40:54 +04:00
parent e1f8f9042d
commit fb498c94ba

View File

@ -13,6 +13,7 @@ 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, IGuarantorReportLogic guarantorReportLogic)
{