public CaseController(IMapper mapper, R13DbContext context) { this.mapper = mapper; this.context = context; }
public CoolingFanController(IMapper mapper, R13DbContext context) { this.mapper = mapper; this.context = context; }
public SaleItemController(IMapper mapper, R13DbContext context) { this.mapper = mapper; this.context = context; }
public MotherboardController(IMapper mapper, R13DbContext context) { this.mapper = mapper; this.context = context; }
public AccoutnController(IMapper mapper, R13DbContext context) { this.context = context; this.mapper = mapper; }
public PowerSupplyController(IMapper mapper, R13DbContext context) { this.mapper = mapper; this.context = context; }