Example #1
0
 public DTO.ResponseService <DataSet> GetApproveEditApplicant(DTO.RegistrationType userRegType,
                                                              string idCard, string testingNo, string CompCode, string ExamPlaceCode, string Status, int pageNo, int recordPerPage, Boolean Count, string membertype, string Asso, string oic)
 {
     return(svc.GetApproveEditApplicant(userRegType, idCard, testingNo, CompCode, ExamPlaceCode, Status, pageNo, recordPerPage, Count, membertype, Asso, oic));
 }