Balberova D.N. LabWork05Hard #10

Closed
august wants to merge 51 commits from LabWork05Hard into LabWork05
Showing only changes of commit f235681f4d - Show all commits

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