Exemplo n.º 1
0
 public SeckillRecordController(ISeckillRecordService seckillRecordService)
 {
     this._seckillRecordService = seckillRecordService;
 }
 public SeckillRecordsController(ISeckillRecordService SeckillRecordService)
 {
     this.SeckillRecordService = SeckillRecordService;
 }