Ejemplo n.º 1
0
 public IActionResult Upvote(int id)
 {
     redditService.UpVote(id);
     return(Json(redditService.GetPostById(id)));
 }