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