Ошибка

This commit is contained in:
dasha 2023-03-19 12:35:15 +04:00
parent eb48ee2c52
commit f1f1d11272

View File

@ -99,10 +99,5 @@ namespace SushiBarListImplement.Implements
}
return null;
}
public bool SellSushi(ISushiModel model, int count)
{
throw new NotImplementedException();
}
}
}