示例#1
0
 public IEnumerable <PostComments> SelectInfoPostCom(string postinfo)  //搜索帖子
 {
     return(iposts.SelectInfoPostCom(postinfo));
 }