コード例 #1
0
 public Posts GetPostDetails(int PostID)  //获取帖子详情
 {
     return(iposts.GetPostDetails(PostID));
 }