Ejemplo n.º 1
0
 private bool LectureExists(int id)
 {
     return(_lectureRepository.LectureExists(id));
 }