Пример #1
0
 //笔记详情
 public Note NoteDetail(int id)
 {
     return(inote.GetNoteById(id));
 }