Beispiel #1
0
 public async Task <IEnumerable <Exam> > ListAsync()
 {
     return(await _examRepository.FindAllAsync());
 }