GetScope() static private method

static private GetScope ( ) : ILifetimeScope
return ILifetimeScope
示例#1
0
 public ILifetimeScope GetScope(CreationContext context)
 {
     return(PerWebRequestLifestyleModule.GetScope());
 }