From 1e56812c080258351ce4d6c03b318aef4d620259 Mon Sep 17 00:00:00 2001 From: Programmist73 Date: Thu, 23 Mar 2023 10:28:44 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=80=D0=BE=D0=BC=D0=B5=D0=B6=D1=83?= =?UTF-8?q?=D1=82=D0=BE=D1=87=D0=BD=D0=B5=20=D1=81=D0=BE=D1=85=D1=80=D0=B0?= =?UTF-8?q?=D0=BD=D0=B5=D0=BD=D0=B8=D0=B5.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../BlacksmithWorkshopListImplement/Models/Shop.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BlacksmithWorkshop/BlacksmithWorkshopListImplement/Models/Shop.cs b/BlacksmithWorkshop/BlacksmithWorkshopListImplement/Models/Shop.cs index f5ca3bf..a6221c2 100644 --- a/BlacksmithWorkshop/BlacksmithWorkshopListImplement/Models/Shop.cs +++ b/BlacksmithWorkshop/BlacksmithWorkshopListImplement/Models/Shop.cs @@ -19,6 +19,8 @@ namespace BlacksmithWorkshopListImplement.Models public int Id { get; set; } + public int MaxCountManufactures { get; set; } + public Dictionary Manufactures { get; private set; } = new Dictionary();