From f235681f4d65a0f37ab7ccd5315dc227ece5c6f5 Mon Sep 17 00:00:00 2001 From: dasha Date: Sun, 19 Mar 2023 12:44:49 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9B=D0=B8=D1=88=D0=BD=D0=B5=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Implements/SushiStorage.cs | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/SushiBar/SushiBarDatabaseImplement/Implements/SushiStorage.cs b/SushiBar/SushiBarDatabaseImplement/Implements/SushiStorage.cs index d8ad298..16c6651 100644 --- a/SushiBar/SushiBarDatabaseImplement/Implements/SushiStorage.cs +++ b/SushiBar/SushiBarDatabaseImplement/Implements/SushiStorage.cs @@ -104,15 +104,5 @@ namespace SushiBarDatabaseImplement.Implements } return null; } - - public bool HasSushi(ISushiModel model, int needCount) - { - throw new NotImplementedException(); - } - - public bool SellSushi(ISushiModel model, int count) - { - throw new NotImplementedException(); - } } }