Ejemplo n.º 1
0
        /// <summary>
        /// Apply changes to the target
        /// </summary>
        public void Apply(IClassInstance instance)
        {
            var proxy = GetProxyType(instance.EntityType);

            if (proxy != null)
            {
                instance.Proxy(proxy);
            }
        }
        /// <summary>
        /// Apply changes to the target
        /// </summary>
        public void Apply(IClassInstance instance)
        {
            var proxy = GetProxyType(instance.EntityType);

            if(proxy != null)
            {
                instance.Proxy(proxy);
            }
        }