Пример #1
0
 public int GetPostComNum(int PostID)  //获取评论数量
 {
     return(iposts.GetPostComNum(PostID));
 }