コード例 #1
0
        public string Print(IChair collaborator)
        {
            var result = collaborator.Style();

            return($"The result of the Modern sofa is colaborating with the ({result})");
        }
コード例 #2
0
        public string Print(IChair collaborator)
        {
            var result = collaborator.Style();

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