Мелкая правка.
This commit is contained in:
parent
aec2aa1e20
commit
2471698c93
@ -135,7 +135,7 @@ namespace BlacksmithWorkshopBusinessLogic.BusinessLogic
|
||||
});
|
||||
}
|
||||
|
||||
//Сохранение изделий в файл-Word
|
||||
//Сохранение магазинов в файл-Word
|
||||
public void SaveShopsToWordFile(ReportBindingModel model)
|
||||
{
|
||||
_saveToWord.CreateTable(new WordInfo
|
||||
@ -146,7 +146,7 @@ namespace BlacksmithWorkshopBusinessLogic.BusinessLogic
|
||||
});
|
||||
}
|
||||
|
||||
//Сохранение заготовок с указаеним изделий в файл-Excel
|
||||
//Сохранение изделий с указаеним заготовок в файл-Excel
|
||||
public void SaveManufactureWorkPieceToExcelFile(ReportBindingModel model)
|
||||
{
|
||||
_saveToExcel.CreateReport(new ExcelInfo
|
||||
|
Loading…
Reference in New Issue
Block a user