示例#1
0
 public void deleteNote(int note_id)
 {
     connection.deleteNote(note_id);
 }