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