示例#1
0
 public DTO.ResponseService <DataSet> GetApplicantTtoLog(DTO.RegistrationType userRegType,
                                                         string idCard, string testingNo, string CompCode)
 {
     return(svc.GetApplicantTtoLog(userRegType, idCard, testingNo, CompCode));
 }