Beispiel #1
0
 public IActionResult DeleteConfirm(int?Id)
 {
     _Answer.Remove(Id);
     return(RedirectToAction("Index", "Question"));
 }