Exemplo n.º 1
0
            public object Get(Type type, string name, Type policyInterface)
            {
                if (_type != type || _name != name)
                {
                    return(_container.GetPolicy(type, name, policyInterface));
                }

                return(_registration.Get(policyInterface));
            }