Esempio n. 1
0
 static ExecutionScope()
 {
     Strategy = new LocalDataStoreScopeStrategy();
     Behaviors = new List<IExecutionScopeBehavior>();
 }
Esempio n. 2
0
 static ExecutionScope()
 {
     Strategy  = new LocalDataStoreScopeStrategy();
     Behaviors = new List <IExecutionScopeBehavior>();
 }