예제 #1
0
 public CTranferStockUI()
 {
     iv_service   = new InventoryService();
     core_service = new ServiceREF.CoreService.CoreService();
     gl_service   = new GeneralLedgerService();
 }
예제 #2
0
 public CEmployeeUI()
 {
     service = new GeneralLedgerService();
 }