Example #1
0
 public ActionResult Eliminar(int id)
 {
     objNota.ID_Nota = id;
     objNota.Eliminar();
     return(Redirect("~/Nota"));
 }