예제 #1
0
파일: PostManage.cs 프로젝트: braveHUI/-
 //评论回复
 public static void AddCommentPost(CommentPost commPost)
 {
     pos.AddCommentPost(commPost);
 }