This commit is contained in:
Павел Путилин 2023-05-10 00:08:21 +04:00
parent 428d1114ac
commit 6a2b95ae6a

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