コード例 #1
0
 public IEnumerable <LectureDto> GetLecturesById(int id)
 {
     return(_repo.GetLecturesById(id));
 }