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