Laba5 Hard PIbd-22 Kalyshev Y V #17

Closed
Zyzf wants to merge 15 commits from Laba5Hard into Laba5
Showing only changes of commit f9de689e9b - Show all commits

View File

@ -113,7 +113,7 @@ namespace BlacksmithWorkshopBusinessLogic.BusinessLogics
}
if (count <= 0)
{
throw new ArgumentException("Количество поездок должно быть больше 0", nameof(count));
throw new ArgumentException("Количество изделий должно быть больше 0", nameof(count));
}
_logger.LogInformation("AddManufactureInShop. ShopName:{ShopName}. Id:{Id}", model.ShopName, model.Id);
var shop = _shopStorage.GetElement(model);