Ejemplo n.º 1
0
 public ActionResult Delete(int idNote)
 {
     _rep.DeleteNote(idNote);
     return(View(_rep.GetNoteList()));
 }