мелочи
This commit is contained in:
parent
061c030460
commit
0d2915c364
@ -63,7 +63,7 @@ namespace SushiBarBusinessLogic
|
|||||||
_saveToWord.CreateDoc(new WordInfo
|
_saveToWord.CreateDoc(new WordInfo
|
||||||
{
|
{
|
||||||
FileName = model.FileName,
|
FileName = model.FileName,
|
||||||
Title = "Список пицц",
|
Title = "Список суши",
|
||||||
Sushis = _SushiStorage.GetFullList()
|
Sushis = _SushiStorage.GetFullList()
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
@ -73,7 +73,7 @@ namespace SushiBarBusinessLogic
|
|||||||
_saveToExcel.CreateReport(new ExcelInfo
|
_saveToExcel.CreateReport(new ExcelInfo
|
||||||
{
|
{
|
||||||
FileName = model.FileName,
|
FileName = model.FileName,
|
||||||
Title = "Список пицц",
|
Title = "Список суши",
|
||||||
SushiComponents = GetSushiComponents()
|
SushiComponents = GetSushiComponents()
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user