From fb498c94ba366cf5cbfab2b06e3c9f6e3e8eea5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A2=D0=B0=D0=B1=D0=B5=D0=B5=D0=B2=20=D0=90=D0=BB=D0=B5?= =?UTF-8?q?=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80?= Date: Tue, 28 May 2024 22:40:54 +0400 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=BE=D0=BA=D0=B0=20=D0=BD=D0=B5=20?= =?UTF-8?q?=D0=B4=D0=BE=D0=B4=D0=B5=D0=BB=D0=B0=D0=BD=D0=BE,=20=D0=BD?= =?UTF-8?q?=D0=BE=20=D1=81=D0=BA=D0=BE=D1=80=D0=BE=20=D0=B1=D1=83=D0=B4?= =?UTF-8?q?=D0=B5=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ServiceStationRestApi/Controllers/ReportController.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/ServiceStation/ServiceStationRestApi/Controllers/ReportController.cs b/ServiceStation/ServiceStationRestApi/Controllers/ReportController.cs index d7d2865..7b86d30 100644 --- a/ServiceStation/ServiceStationRestApi/Controllers/ReportController.cs +++ b/ServiceStation/ServiceStationRestApi/Controllers/ReportController.cs @@ -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 logger, IExecutorReportLogic executorReportLogic, IGuarantorReportLogic guarantorReportLogic) {