AspNetWebApi.DependencyResolution.AutoFac.AutoFacDependencyScope.AutoFacDependencyScope C# (CSharp) Method

AutoFacDependencyScope() public method

public AutoFacDependencyScope ( ILifetimeScope lifetimeScope ) : System
lifetimeScope ILifetimeScope
return System
        public AutoFacDependencyScope(ILifetimeScope lifetimeScope)
        {
            _lifetimeScope = lifetimeScope;
        }