コード例 #1
0
 public void DoSomethingWithFoo(IFoo foo)
 {
     Console.WriteLine(foo.Foobar("Hello World"));
 }