Фикшу опечатки

This commit is contained in:
gg12 darfren 2024-04-21 21:35:14 +04:00
parent 99119e1652
commit f83f74edc1

View File

@ -106,7 +106,7 @@ namespace IceCreamShopBusinessLogic.BusinessLogic
if (model.WorkExperience < 0) if (model.WorkExperience < 0)
{ {
throw new ArgumentNullException("Стаж меньше 0", throw new ArgumentNullException("Стаж меньше 0",
nameof(model.Password)); nameof(model.WorkExperience));
} }
if (model.Qualification < 0) if (model.Qualification < 0)
{ {