Ejemplo n.º 1
0
 public ActionResult Delete(int ID)
 {
     BookAction.DeleteBook(ID);
     return(RedirectToAction("ListBook", "Admin"));
 }