コード例 #1
0
 static void TestTurkey(ITurkey turkey)
 {
     turkey.FLy();
     turkey.Gobble();
 }