Пример #1
0
        public ICity Represent(IRepresentationContext context = null)
        {
            if (context == null)
            {
                context = new RepresentationContext();
            }

            return(RepresentFactory.CreateCity(this, context));
        }
Пример #2
0
        public IIpV6Client Represent(IRepresentationContext context = null)
        {
            if (context == null)
            {
                context = new RepresentationContext();
            }

            return(RepresentFactory.CreateIpClient(this, context));
        }