Example #1
0
 private bool LectureExists(Guid id)
 {
     return(_lectureService.CheckIfLecturesExists(id));
 }