/// <summary> /// Calçar Pé Direito /// </summary> /// <param name="shoe"></param> /// <param name="sock"></param> public static void PuttingOnRightFootUsingLSP(RightShoe shoe, Sock sock) { Console.WriteLine("Putting socks {0} on the righ foot!", sock.Side); Console.WriteLine("Putting shoes {0} on the righ foot!", shoe.Side); }