Merge branch 'CourseWork' of http://student.git.athene.tech/AnnZhimol/CourseWork_Hotel into CourseWork
This commit is contained in:
commit
f4d8862d0d
@ -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)
|
||||
}) ;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user