Ejemplo n.º 1
0
 public ActionResult Delete(int Id)
 {
     guestbookService.DeleteGuestbook(Id);
     return(RedirectToAction("Index"));
 }