static void MakeFly(IFlyer flyer)
 {
     flyer.Fly();
 }
Esempio n. 2
0
 private static void DoFly(IFlyer flyer)
 {
     flyer.Fly();
 }