示例#1
0
 public IEnumerable <Posts> SelectAllPosts()//获取全部帖子
 {
     return(iposts.SelectAllPosts());
 }