Esempio n. 1
0
 public IEnumerable <PostComments> GetPostComments(int PostID)  //获取帖子评论
 {
     return(iposts.GetPostComments(PostID));
 }