Ejemplo n.º 1
0
 public CaseController(IMapper mapper, R13DbContext context)
 {
     this.mapper  = mapper;
     this.context = context;
 }
Ejemplo n.º 2
0
 public CoolingFanController(IMapper mapper, R13DbContext context)
 {
     this.mapper  = mapper;
     this.context = context;
 }
Ejemplo n.º 3
0
 public SaleItemController(IMapper mapper, R13DbContext context)
 {
     this.mapper  = mapper;
     this.context = context;
 }
Ejemplo n.º 4
0
 public MotherboardController(IMapper mapper, R13DbContext context)
 {
     this.mapper  = mapper;
     this.context = context;
 }
Ejemplo n.º 5
0
 public AccoutnController(IMapper mapper, R13DbContext context)
 {
     this.context = context;
     this.mapper  = mapper;
 }
Ejemplo n.º 6
0
 public PowerSupplyController(IMapper mapper, R13DbContext context)
 {
     this.mapper  = mapper;
     this.context = context;
 }