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("Товар с таким названием уже есть"); } + } } }