コード例 #1
0
 public DTO.ResponseService <DTO.ExamSchedule> GetExamByTestingNo(string testingNo)
 {
     return(svc.GetExamByTestingNo(testingNo));
 }