Bosphorus.Dao.Core.Session.LifeStyle.TransientScopeAccessor.GetScope C# (CSharp) Method

GetScope() public method

public GetScope ( CreationContext context ) : ILifetimeScope
context Castle.MicroKernel.Context.CreationContext
return ILifetimeScope
        public ILifetimeScope GetScope(CreationContext context)
        {
            return new DefaultLifetimeScope();
        }
TransientScopeAccessor