示例#1
0
 public void Setup()
 {
     _post = Build.APost();
     _post.ClearChanges();
     _post.Delete();
 }