ПИбд-23 Валова Анна Лабораторная №4 базовая (Lab_4) #5

Closed
ValAnn wants to merge 3 commits from Lab_4 into Lab_3
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()
});
}