GetScope() 정적인 개인적인 메소드

static private GetScope ( ) : ILifetimeScope
리턴 ILifetimeScope
예제 #1
0
 public ILifetimeScope GetScope(CreationContext context)
 {
     return(PerWebRequestLifestyleModule.GetScope());
 }