Пример #1
0
 GetApplicantById(string applicantCode, string testingNo, string examPlaceCode)
 {
     return(svc.GetApplicantById(applicantCode, testingNo, examPlaceCode));
 }