Beispiel #1
0
 public ActionResult Delete(long id)
 {
     EDao.deleteEvento(id);
     return(RedirectToAction("List"));
 }