From f83f74edc1b4a21d0f064f370f094db564babc43 Mon Sep 17 00:00:00 2001 From: gg12 darfren Date: Sun, 21 Apr 2024 21:35:14 +0400 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=B8=D0=BA=D1=88=D1=83=20=D0=BE=D0=BF?= =?UTF-8?q?=D0=B5=D1=87=D0=B0=D1=82=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../IceCreamShopBusinessLogic/BusinessLogic/ImplementerLogic.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IceCreamShop/IceCreamShopBusinessLogic/BusinessLogic/ImplementerLogic.cs b/IceCreamShop/IceCreamShopBusinessLogic/BusinessLogic/ImplementerLogic.cs index a9d4d15..54484cd 100644 --- a/IceCreamShop/IceCreamShopBusinessLogic/BusinessLogic/ImplementerLogic.cs +++ b/IceCreamShop/IceCreamShopBusinessLogic/BusinessLogic/ImplementerLogic.cs @@ -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) {