示例#1
0
 public IEnumerable <Posts> GetSectionPost(int boardID)  //获取板块帖子
 {
     return(iposts.GetSectionPost(boardID));
 }