我以前用 StructureMap 做过这个,现在我希望用 Windsor Castle 做同样的事情。有谁知道该怎么做?
Registry.For<ILogger>().Use(s =>
new Logger(s.ParentType ?? s.BuildStack.Current.ConcreteType));
我以前用 StructureMap 做过这个,现在我希望用 Windsor Castle 做同样的事情。有谁知道该怎么做?
Registry.For<ILogger>().Use(s =>
new Logger(s.ParentType ?? s.BuildStack.Current.ConcreteType));