Example #1
0
 //查找最新笔记
 public IEnumerable <Note> Getnewnote(int top)
 {
     return(inote.Getnewnote(top));
 }