GetScope() static private method

static private GetScope ( ) : ILifetimeScope
return ILifetimeScope
Ejemplo n.º 1
0
 public ILifetimeScope GetScope(CreationContext context)
 {
     return(PerWebRequestLifestyleModule.GetScope());
 }