fix
This commit is contained in:
parent
c71a7e4f51
commit
4b143d9d55
@ -115,7 +115,7 @@ namespace LawFirmBusinessLogic.BusinessLogics
|
||||
}
|
||||
if (count <= 0)
|
||||
{
|
||||
throw new ArgumentException("Количество поездок должно быть больше 0", nameof(count));
|
||||
throw new ArgumentException("Количество документов должно быть больше 0", nameof(count));
|
||||
}
|
||||
_logger.LogInformation("AddDocument. ShopName:{ShopName}. Id:{Id}", model.ShopName, model.Id);
|
||||
var element = _shopStorage.GetElement(model);
|
||||
|
Loading…
Reference in New Issue
Block a user