示例#1
0
 public ActionResult DeleteConfirmed(int id)
 {
     _donorService.DeleteById(id);
     return(RedirectToAction("Index"));
 }