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