ПИбд-23 Валова А. Д. Lab_4_Hard #15

Closed
ValAnn wants to merge 7 commits from Lab_4_Hard into Lab_3_Hard
Showing only changes of commit 0d2915c364 - Show all commits

View File

@ -63,7 +63,7 @@ namespace SushiBarBusinessLogic
_saveToWord.CreateDoc(new WordInfo
{
FileName = model.FileName,
Title = "Список пицц",
Title = "Список суши",
Sushis = _SushiStorage.GetFullList()
});
}
@ -73,7 +73,7 @@ namespace SushiBarBusinessLogic
_saveToExcel.CreateReport(new ExcelInfo
{
FileName = model.FileName,
Title = "Список пицц",
Title = "Список суши",
SushiComponents = GetSushiComponents()
});
}