Beispiel #1
0
 public CostReport(Environment.GlobalConfig.DB.FromType fromType)
 {
     _costReport       = InventoryInstance.GetCostReportDao(fromType);
     _costReckoningDao = InventoryInstance.GetCostReckoningDao(fromType);
     _bankAccountsDao  = InventoryInstance.GetBankAccountsDao(fromType);
     _personnelManager = new PersonnelSao();
 }