fix
This commit is contained in:
parent
428d1114ac
commit
6a2b95ae6a
@ -103,11 +103,6 @@ namespace PrecastConcretePlantDatabaseImplement
|
|||||||
return shop.GetViewModel;
|
return shop.GetViewModel;
|
||||||
}
|
}
|
||||||
|
|
||||||
public bool HasNeedReinforceds(IReinforcedModel reinforced, int needCount)
|
|
||||||
{
|
|
||||||
throw new NotImplementedException();
|
|
||||||
}
|
|
||||||
|
|
||||||
public bool SellReinforceds(IReinforcedModel reinforced, int needCount)
|
public bool SellReinforceds(IReinforcedModel reinforced, int needCount)
|
||||||
{
|
{
|
||||||
using var context = new PrecastConcretePlantDatabase();
|
using var context = new PrecastConcretePlantDatabase();
|
||||||
|
Loading…
Reference in New Issue
Block a user