Exemple #1
0
 public ActionResult DeleteConfirmed(int id)
 {
     _repository.DeletePerson(id);
     return(RedirectToAction("Index"));
 }