Esempio n. 1
0
 public IActionResult GetAllRatings()
 {
     return(Ok(ratingRequest.GetAllRatings()));
 }