Пример #1
0
 public IActionResult UpVote(int ID)
 {
     toDoContext.UpVoting(ID);
     return(RedirectToAction("Index"));
 }