public SeckillRecordController(ISeckillRecordService seckillRecordService) { this._seckillRecordService = seckillRecordService; }
public SeckillRecordsController(ISeckillRecordService SeckillRecordService) { this.SeckillRecordService = SeckillRecordService; }