Мегадоделал

This commit is contained in:
Artyom_Yashin 2024-03-27 14:25:45 +04:00
parent 9fc929886e
commit b2b0c60607

View File

@ -93,7 +93,7 @@ namespace ComputersShopBusinessLogic.BusinessLogics
_saveToWord.CreateDoc(new WordInfo
{
FileName = model.FileName,
Title = "Список компонент",
Title = "Список компьютеров",
Computers = _ComputerStorage.GetFullList()
}) ;
}