ПИбд-23 Валова Анна Лабораторная №4 базовая (Lab_4) #5
@ -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()
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user