示例#1
0
 public IActionResult DeleteConfirmed(int id)
 {
     context.DeleteStudent(id);
     return(RedirectToAction("Index"));
 }