fixed names

This commit is contained in:
Калышев Ян 2023-04-15 19:21:41 +04:00
parent b606e6e7f0
commit f9de689e9b

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);