public DTO.ResponseService <string> GetApplicantByCriteriaSendMail(DTO.RegistrationType userRegType, string compCode, string idCard, string testingNo, string firstName, string lastName, DateTime?startDate, DateTime?toDate, string paymentNo, string billNo, int RowPerPage, int pageNum, Boolean Count, string license, string time, string examPlaceGroupCode, string examPlaceCode, string chequeNo, string examResult, DateTime?startCandidates, DateTime?endCandidates, string address, string name, string email) { return(svc.GetApplicantByCriteriaSendMail(userRegType, compCode, idCard, testingNo, firstName, lastName, startDate, toDate, paymentNo, billNo, RowPerPage, pageNum, Count, license, time, examPlaceGroupCode, examPlaceCode, chequeNo, examResult, startCandidates, endCandidates, address, name, email)); }