Esempio n. 1
0
 static void TestTurkey(ITurkey turkey)
 {
     turkey.Bubble();
     turkey.Fly();
 }
Esempio n. 2
0
 public void Mop()
 {
     _turkey.Bubble();
 }