コード例 #1
0
 public SeckillRecordController(ISeckillRecordService seckillRecordService)
 {
     this._seckillRecordService = seckillRecordService;
 }
コード例 #2
0
 public SeckillRecordsController(ISeckillRecordService SeckillRecordService)
 {
     this.SeckillRecordService = SeckillRecordService;
 }