示例#1
0
文件: PostManage.cs 项目: braveHUI/-
 public static void AddTopost(Post post)
 {
     pos.AddTopost(post);
 }