BlingBag.AutoFac.AutoFacBlingDispatcher.AutoFacBlingDispatcher C# (CSharp) 메소드

AutoFacBlingDispatcher() 공개 메소드

public AutoFacBlingDispatcher ( ILifetimeScope container ) : System
container ILifetimeScope
리턴 System
        public AutoFacBlingDispatcher(ILifetimeScope container)
        {
            _container = container;
        }