Exemplo n.º 1
0
        protected override object Inject(ref InjectionContext context)
        {
            var value = context.Container.Resolver.Resolve(context);

            wrapper.Set(ref context.Instance, value);

            return(value);
        }
Exemplo n.º 2
0
 public override void Initialize(object instance, object value)
 {
     wrapper.Set(ref instance, value);
 }