public void Order(ModuleContext order) { throw new NotImplementedException(); }
public bool CanProduct(ModuleContext order) { throw new NotImplementedException(); }
public void Purchasing(ModuleContext order) { throw new NotImplementedException(); }
public bool CanInventory(ModuleContext order) { throw new NotImplementedException(); }
public bool CanSupplier(ModuleContext order) { throw new NotImplementedException(); }
public void Warehouse(ModuleContext order) { throw new NotImplementedException(); }