Esempio n. 1
0
 public void Order(ModuleContext order)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public bool CanProduct(ModuleContext order)
 {
     throw new NotImplementedException();
 }
Esempio n. 3
0
 public void Purchasing(ModuleContext order)
 {
     throw new NotImplementedException();
 }
Esempio n. 4
0
 public bool CanInventory(ModuleContext order)
 {
     throw new NotImplementedException();
 }
Esempio n. 5
0
 public bool CanSupplier(ModuleContext order)
 {
     throw new NotImplementedException();
 }
Esempio n. 6
0
 public void Warehouse(ModuleContext order)
 {
     throw new NotImplementedException();
 }