示例#1
0
文件: PostManage.cs 项目: braveHUI/-
 //评论回复
 public static void AddCommentPost(CommentPost commPost)
 {
     pos.AddCommentPost(commPost);
 }