Exemplo n.º 1
0
 public ChungTuApiController(ChungTuService chungtuService)
 {
     _chungtuService = chungtuService;
     this.ActionContext.Response = new HttpResponseMessage();
 }
Exemplo n.º 2
0
 public MobileVoucherApiController(ChungTuService chungtuService, KetQuaKiemTraService ketQuaService)
 {
     _chungtuService             = chungtuService;
     _ketQuaService              = ketQuaService;
     this.ActionContext.Response = new HttpResponseMessage();
 }