Beispiel #1
0
 public DTO.ResponseService <DataSet> GetApplicantFromTestingNoForManageApplicant(string testingNo, string ConSQL, int resultPage, int PAGE_SIZE, Boolean Count)
 {
     return(svc.GetApplicantFromTestingNoForManageApplicant(testingNo, ConSQL, resultPage, PAGE_SIZE, Count));
 }