Ejemplo n.º 1
0
 public WarehouseService(CTMSContext CTMSContext, IWarehouseDAL WarehouseDAL)
 {
     this.CTMSContext  = CTMSContext;
     this.WarehouseDAL = WarehouseDAL;
     this.Dal          = WarehouseDAL;
 }
Ejemplo n.º 2
0
 public WarehousesController(IWarehouseDAL warehouseDal)
 {
     _warehouseDal = warehouseDal;
 }
Ejemplo n.º 3
0
 public WarehouseService(LdCmsDbEntitiesContext LdCmsDbEntitiesContext, IWarehouseDAL WarehouseDAL)
 {
     this.LdCmsDbEntitiesContext = LdCmsDbEntitiesContext;
     this.WarehouseDAL           = WarehouseDAL;
     this.Dal = WarehouseDAL;
 }