Пример #1
0
 public async Task <IEnumerable <Lecture> > ListAsync()
 {
     return(await _lectureRepository.ListAsync());
 }