예제 #1
0
 public IActionResult UpVote(int id)
 {
     definitionRepository.VoteDefinition("up", id);
     return(RedirectToAction("Alpaga"));
 }