Hard LabWork №3.

This commit is contained in:
Programmist73 2023-03-24 22:15:17 +04:00
parent f0720038c9
commit 4a0a69ecc2

View File

@ -103,6 +103,7 @@ namespace BlacksmithWorkshopBusinessLogic.BusinessLogic
_shopStorage.Update(new ShopBindingModel()
{
Id = shop.Id,
ShopName = shop.ShopName,
Address = shop.Address,
DateOpen = shop.DateOpen,