Beispiel #1
0
 public Cost(Environment.GlobalConfig.DB.FromType fromType)
 {
     _costDao     = InventoryInstance.GetCostDao(fromType);
     _costCussent = InventoryInstance.GetCostCussentDao(fromType);
 }