Пример #1
0
        static void Main(string[] args)
        {
            Visitor santa = new Santa();

            santa.VisitorBoysHouse(new BoysHouse());

            santa.VisitorGirlsHousе(new GirlsHouse());
        }