Esempio n. 1
0
 public IActionResult EditVote(Vote vote)
 {
     return(Ok(_votesServices.EditVote(vote)));
 }