예제 #1
0
 public LecturerCourseDto GetLectureByIdWithCourses(int id)
 {
     return(_lectureRepository.GetLectureByIdWithCourses(id));
 }