static ExecutionScope()
 {
     Strategy = new LocalDataStoreScopeStrategy();
     Behaviors = new List<IExecutionScopeBehavior>();
 }
Beispiel #2
0
 static ExecutionScope()
 {
     Strategy  = new LocalDataStoreScopeStrategy();
     Behaviors = new List <IExecutionScopeBehavior>();
 }