Exemple #1
0
 public ActionResult Confirm(int ID)
 {
     repository.Confirm(ID);
     return(RedirectToAction(nameof(Index)));
 }