Exemplo n.º 1
0
        public string Print(IChair collaborator)
        {
            var result = collaborator.Style();

            return($"The result of the Modern sofa is colaborating with the ({result})");
        }
Exemplo n.º 2
0
        public string Print(IChair collaborator)
        {
            var result = collaborator.Style();

            return($"The result of the VictorianSofa colaborating with the ({result})");
        }