public CaseController(IMapper mapper, R13DbContext context)
 {
     this.mapper  = mapper;
     this.context = context;
 }
Beispiel #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;
 }
Beispiel #4
0
 public MotherboardController(IMapper mapper, R13DbContext context)
 {
     this.mapper  = mapper;
     this.context = context;
 }
Beispiel #5
0
 public AccoutnController(IMapper mapper, R13DbContext context)
 {
     this.context = context;
     this.mapper  = mapper;
 }
Beispiel #6
0
 public PowerSupplyController(IMapper mapper, R13DbContext context)
 {
     this.mapper  = mapper;
     this.context = context;
 }