Ejemplo n.º 1
0
 public static void FuncPhone(IPhone phone)
 {
     phone.CallPhone();
     phone.ReceivePhone();
 }