Exemple #1
0
 public ShelfManager(IShelfDal shelfDal, IStockStoreDal stockStoreDal)
 {
     _shelfDal      = shelfDal;
     _stockStoreDal = stockStoreDal;
 }
Exemple #2
0
 public ShelfManager(IShelfDal shelfDal)
 {
     _shelfDal = shelfDal;
 }