예제 #1
0
 public void updateBody(int note_id, string body)
 {
     connection.updateBody(note_id, body);
 }