Ejemplo n.º 1
0
 public void DeleteNote(int NoteId)
 {
     _orderDAO.DeleteNote(NoteId);
     Context.SaveChanges();
 }