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) }) ; }