public DTO.ResponseMessage <bool> ValidateApplicantTestCenter(string TestingNo, string idcard, DateTime testTingDate, string testTimeCode, string examPlaceCode) { return(svc.ValidateApplicantTestCenter(TestingNo, idcard, testTingDate, testTimeCode, examPlaceCode)); }