예제 #1
0
 public bool UpdateNote(int id, string note)
 {
     DaoNotes daoNotes = new DaoNotes();
     return daoNotes.UpdateNote(id, note);
 }
예제 #2
0
        public bool UpdateNote(int id, string note)
        {
            DaoNotes daoNotes = new DaoNotes();

            return(daoNotes.UpdateNote(id, note));
        }