Beispiel #1
0
 public ActionResult GetReviews()
 {
     return(Ok(_repo.GetReviews()));
 }