Exemplo n.º 1
0
 public IActionResult DownVote(int ID)
 {
     toDoContext.DownVoting(ID);
     return(RedirectToAction("Index"));
 }