Esempio n. 1
0
 public StorePOController()
 {
     inventorySvc     = new InventoryService();
     deptSvc          = new DepartmentService();
     supplierAndPOSvc = new SupplierAndPurchaseOrderService();
     utilSvc          = new UtilityService();
 }