From 6a2b95ae6ac2b6d16ea1ebf27699f11f8b02fb96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B0=D0=B2=D0=B5=D0=BB=20=D0=9F=D1=83=D1=82=D0=B8?= =?UTF-8?q?=D0=BB=D0=B8=D0=BD?= Date: Wed, 10 May 2023 00:08:21 +0400 Subject: [PATCH] fix --- .../PrecastConcretePlantDatabaseImplement/ShopStorage.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/PrecastConcretePlant/PrecastConcretePlantDatabaseImplement/ShopStorage.cs b/PrecastConcretePlant/PrecastConcretePlantDatabaseImplement/ShopStorage.cs index 13c5cb4..794beb5 100644 --- a/PrecastConcretePlant/PrecastConcretePlantDatabaseImplement/ShopStorage.cs +++ b/PrecastConcretePlant/PrecastConcretePlantDatabaseImplement/ShopStorage.cs @@ -103,11 +103,6 @@ namespace PrecastConcretePlantDatabaseImplement return shop.GetViewModel; } - public bool HasNeedReinforceds(IReinforcedModel reinforced, int needCount) - { - throw new NotImplementedException(); - } - public bool SellReinforceds(IReinforcedModel reinforced, int needCount) { using var context = new PrecastConcretePlantDatabase();