From 4a0a69ecc26d2f2586318eb87b5552e78bf68be6 Mon Sep 17 00:00:00 2001 From: Programmist73 Date: Fri, 24 Mar 2023 22:15:17 +0400 Subject: [PATCH] =?UTF-8?q?Hard=20LabWork=20=E2=84=963.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../BlacksmithWorkshopBusinessLogic/BusinessLogic/ShopLogic.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BlacksmithWorkshop/BlacksmithWorkshopBusinessLogic/BusinessLogic/ShopLogic.cs b/BlacksmithWorkshop/BlacksmithWorkshopBusinessLogic/BusinessLogic/ShopLogic.cs index 30e49e1..b86e500 100644 --- a/BlacksmithWorkshop/BlacksmithWorkshopBusinessLogic/BusinessLogic/ShopLogic.cs +++ b/BlacksmithWorkshop/BlacksmithWorkshopBusinessLogic/BusinessLogic/ShopLogic.cs @@ -103,6 +103,7 @@ namespace BlacksmithWorkshopBusinessLogic.BusinessLogic _shopStorage.Update(new ShopBindingModel() { + Id = shop.Id, ShopName = shop.ShopName, Address = shop.Address, DateOpen = shop.DateOpen,