예제 #1
0
 public int GetReplyComNum(int PostCommentID)   //获取回复数量
 {
     return(iposts.GetReplyComNum(PostCommentID));
 }