From f1f1d11272b28c249567380aab3765488c6e11b1 Mon Sep 17 00:00:00 2001 From: dasha Date: Sun, 19 Mar 2023 12:35:15 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9E=D1=88=D0=B8=D0=B1=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SushiBar/SushiBarListImplement/Implements/SushiStorage.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/SushiBar/SushiBarListImplement/Implements/SushiStorage.cs b/SushiBar/SushiBarListImplement/Implements/SushiStorage.cs index a2bd782..750821d 100644 --- a/SushiBar/SushiBarListImplement/Implements/SushiStorage.cs +++ b/SushiBar/SushiBarListImplement/Implements/SushiStorage.cs @@ -99,10 +99,5 @@ namespace SushiBarListImplement.Implements } return null; } - - public bool SellSushi(ISushiModel model, int count) - { - throw new NotImplementedException(); - } } } \ No newline at end of file