Beispiel #1
0
 public IActionResult PersonRemove(int id)
 {
     model.removePerson(id);
     return(RedirectToAction("Index"));
 }