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