Пример #1
0
 public DTO.ResponseService <DataSet> getManageApplicantCourse(string LicenseType, string StartExamDate, string EndExamDate, string Place, string PlaceName, string TimeExam, string TestingNO, int resultPage, int PAGE_SIZE, Boolean Count)
 {
     return(svc.getManageApplicantCourse(LicenseType, StartExamDate, EndExamDate, Place, PlaceName, TimeExam, TestingNO, resultPage, PAGE_SIZE, Count));
 }