Exemplo n.º 1
0
 public IEnumerable <ReplyPost> SelectInfoReplyPost(string postinfo)  //搜索帖子
 {
     return(iposts.SelectInfoReplyPost(postinfo));
 }