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