Exemplo n.º 1
0
 public StockWarning(Environment.GlobalConfig.DB.FromType fromType)
 {
     _goodsInfoSao    = new GoodsCenterSao();
     _stockWarningDao = InventoryInstance.GetStockWarningDao(fromType);
 }
Exemplo n.º 2
0
 public StockWarning(IStockWarning stockWarning, IGoodsCenterSao goodsInfoSao)
 {
     _stockWarningDao = stockWarning;
     _goodsInfoSao    = goodsInfoSao;
 }