GetScope() static private method

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