Ejemplo n.º 1
0
 public IActionResult GetReviewByMediaId(int id)
 {
     return(Ok(_reviewRepository.GetByMediaId(id)));
 }