コード例 #1
0
 public IEnumerable <Examination> GetAll()
 {
     return(_examinationService.GetAll());
 }