示例#1
0
 public NoteDTO getEditDataNote(int idNote)
 {
     return(classNote.getEditDataNote(idNote));
 }