Exemplo n.º 1
0
 public ShelfManager(IShelfDal shelfDal, IStockStoreDal stockStoreDal)
 {
     _shelfDal      = shelfDal;
     _stockStoreDal = stockStoreDal;
 }
Exemplo n.º 2
0
 public ShelfManager(IShelfDal shelfDal)
 {
     _shelfDal = shelfDal;
 }