示例#1
0
 public ActionResult DeleteConfirm(int id)
 {
     _reservationsRepository.DeleteReservation(id);
     return(RedirectToAction("Index"));
 }