예제 #1
0
 static void TestTurkey(ITurkey turkey)
 {
     turkey.Bubble();
     turkey.Fly();
 }
예제 #2
0
 public void Mop()
 {
     _turkey.Bubble();
 }