Фикшу опечатки
This commit is contained in:
parent
99119e1652
commit
f83f74edc1
@ -106,7 +106,7 @@ namespace IceCreamShopBusinessLogic.BusinessLogic
|
||||
if (model.WorkExperience < 0)
|
||||
{
|
||||
throw new ArgumentNullException("Стаж меньше 0",
|
||||
nameof(model.Password));
|
||||
nameof(model.WorkExperience));
|
||||
}
|
||||
if (model.Qualification < 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user