コード例 #1
0
 public CaseController(IMapper mapper, R13DbContext context)
 {
     this.mapper  = mapper;
     this.context = context;
 }
コード例 #2
0
 public CoolingFanController(IMapper mapper, R13DbContext context)
 {
     this.mapper  = mapper;
     this.context = context;
 }
コード例 #3
0
 public SaleItemController(IMapper mapper, R13DbContext context)
 {
     this.mapper  = mapper;
     this.context = context;
 }
コード例 #4
0
 public MotherboardController(IMapper mapper, R13DbContext context)
 {
     this.mapper  = mapper;
     this.context = context;
 }
コード例 #5
0
 public AccoutnController(IMapper mapper, R13DbContext context)
 {
     this.context = context;
     this.mapper  = mapper;
 }
コード例 #6
0
 public PowerSupplyController(IMapper mapper, R13DbContext context)
 {
     this.mapper  = mapper;
     this.context = context;
 }