示例#1
0
 public Lecture GetLecture(int id)
 {
     return(_lectureRepository.GetLecture(id));
 }