有没有办法让统一容器将自己传递给对象?
即:
public class Something { public Something(IUnityContainer container) { ... } }
unity-container
unity-container ×1