Exemple #1
0
 public void PostFoo()
 {
     _controller.PostFoo(new Foo {
         Bar = "test"
     });
 }