From 04dc2a7a90c8665e8ee04bb59a89103825f82064 Mon Sep 17 00:00:00 2001 From: AnnZhimol Date: Thu, 18 May 2023 15:28:43 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9A=D0=BE=D1=80=D1=80=D0=B5=D0=BA=D1=82?= =?UTF-8?q?=D0=B8=D1=80=D0=BE=D0=B2=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../HotelBusinessLogic/BusinessLogics/ReportLogicOrganiser.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Hotel/HotelBusinessLogic/BusinessLogics/ReportLogicOrganiser.cs b/Hotel/HotelBusinessLogic/BusinessLogics/ReportLogicOrganiser.cs index e7bb811..7a1ea61 100644 --- a/Hotel/HotelBusinessLogic/BusinessLogics/ReportLogicOrganiser.cs +++ b/Hotel/HotelBusinessLogic/BusinessLogics/ReportLogicOrganiser.cs @@ -104,7 +104,7 @@ namespace HotelBusinessLogic.BusinessLogics _saveToExcel.CreateReport(new ExcelInfoOrganiser { FileName = model.FileName, - Title = "Список брони по конференции", + Title = "Список конференций", MemberConferences = GetMemberConference(model.Ids) }); } @@ -114,7 +114,7 @@ namespace HotelBusinessLogic.BusinessLogics _saveToWord.CreateDoc(new WordInfoOrganiser { FileName = model.FileName, - Title = "Список брони по конференции", + Title = "Список конференций", MemberConferences = GetMemberConference(model.Ids) }) ; }