public WarehouseService(CTMSContext CTMSContext, IWarehouseDAL WarehouseDAL) { this.CTMSContext = CTMSContext; this.WarehouseDAL = WarehouseDAL; this.Dal = WarehouseDAL; }
public WarehousesController(IWarehouseDAL warehouseDal) { _warehouseDal = warehouseDal; }
public WarehouseService(LdCmsDbEntitiesContext LdCmsDbEntitiesContext, IWarehouseDAL WarehouseDAL) { this.LdCmsDbEntitiesContext = LdCmsDbEntitiesContext; this.WarehouseDAL = WarehouseDAL; this.Dal = WarehouseDAL; }