Лишнее

This commit is contained in:
dasha 2023-03-19 12:44:49 +04:00
parent 726036b570
commit f235681f4d

View File

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