From 729df92e923c702ba6ee87869963fed55a6b5631 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9D=D0=B8=D0=BA=D0=B8=D1=82=D0=B0=20=D0=9F=D0=BE=D1=82?= =?UTF-8?q?=D0=B0=D0=BF=D0=BE=D0=B2?= Date: Wed, 20 Nov 2024 12:18:38 +0400 Subject: [PATCH] fix --- InternetShop/InternetShopLogics/Logics/ProductLogic.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/InternetShop/InternetShopLogics/Logics/ProductLogic.cs b/InternetShop/InternetShopLogics/Logics/ProductLogic.cs index 4c0bbcf..b180fb5 100644 --- a/InternetShop/InternetShopLogics/Logics/ProductLogic.cs +++ b/InternetShop/InternetShopLogics/Logics/ProductLogic.cs @@ -88,5 +88,6 @@ namespace InternetShopLogics.Logics { throw new InvalidOperationException("Товар с таким названием уже есть"); } + } } }