This commit is contained in:
Вячеслав Иванов 2024-05-01 21:43:59 +04:00
parent 3f5068e356
commit 495a1ce739

View File

@ -86,7 +86,7 @@ namespace HotelRestApi.Controllers
{ {
try try
{ {
_reportHeadwaiterLogic.SaveLunchRoomToWordFile(model); _reportHeadwaiterLogic.SaveLunchRoomToExcelFile(model);
} }
catch (Exception ex) catch (Exception ex)
{ {