Putilin P. A. Lab work 3 Hard #14

Closed
Pavel wants to merge 7 commits from Lab3Hard into Lab2Hard
Showing only changes of commit 6a2b95ae6a - Show all commits

View File

@ -103,11 +103,6 @@ namespace PrecastConcretePlantDatabaseImplement
return shop.GetViewModel;
}
public bool HasNeedReinforceds(IReinforcedModel reinforced, int needCount)
{
throw new NotImplementedException();
}
public bool SellReinforceds(IReinforcedModel reinforced, int needCount)
{
using var context = new PrecastConcretePlantDatabase();