From 495a1ce739d4813375f0660f80d1db0c2f432cbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D1=8F=D1=87=D0=B5=D1=81=D0=BB=D0=B0=D0=B2=20=D0=98?= =?UTF-8?q?=D0=B2=D0=B0=D0=BD=D0=BE=D0=B2?= Date: Wed, 1 May 2024 21:43:59 +0400 Subject: [PATCH] fix --- Hotel/HotelRestApi/Controllers/ReportController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hotel/HotelRestApi/Controllers/ReportController.cs b/Hotel/HotelRestApi/Controllers/ReportController.cs index e59f2a8..7f3ccf8 100644 --- a/Hotel/HotelRestApi/Controllers/ReportController.cs +++ b/Hotel/HotelRestApi/Controllers/ReportController.cs @@ -86,7 +86,7 @@ namespace HotelRestApi.Controllers { try { - _reportHeadwaiterLogic.SaveLunchRoomToWordFile(model); + _reportHeadwaiterLogic.SaveLunchRoomToExcelFile(model); } catch (Exception ex) {