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(); - } } }