コード例 #1
0
 public Examination ViewScheduledExaminationById(int id)
 {
     return(examinationService.ViewScheduledExaminationById(id));
 }