Beispiel #1
0
 private async Task <IEnumerable <Review> > GetReviews()
 {
     return(await _recommendationRepository.GetAllReviews());
 }