Ejemplo n.º 1
0
        public void Dispose()
        {
            var scope = PerWebRequestLifestyleModule.DetachScope();

            if (scope != null)
            {
                scope.Dispose();
            }
        }
Ejemplo n.º 2
0
 public ILifetimeScope GetScope(CreationContext context)
 {
     return(PerWebRequestLifestyleModule.AttachScope());
 }