Esempio n. 1
0
 //通过用户id查询笔记
 public IQueryable <Note> AllNoteByID(int id)
 {
     return(inote.AllNoteByID(id));
 }