Beispiel #1
0
 public TurkeyAdapter(BaseTurkey turkey)
 {
     _turkey = turkey;
 }
Beispiel #2
0
 public static void InfoTurkey(BaseTurkey element)
 {
     element.Cackle();
     element.Eat();
     element.Sleep();
 }