Beispiel #1
0
 public List <Review> GetReviews(int id)
 {
     return(_reviewContext.GetReviewsById(id));
 }