public TransactionContextFactory(IExecutionObserverThresholdProvider executionObserverThresholdProvider)
 {
     _executionObserverThresholdProvider = executionObserverThresholdProvider;
 }
Beispiel #2
0
 public ExecutionObserverThresholdProviderTests()
 {
     _blockStateSetManger = GetRequiredService <IBlockStateSetManger>();
     _executionObserverThresholdProvider = GetRequiredService <IExecutionObserverThresholdProvider>();
 }
 public ExecutionObserverThresholdConfigurationProcessor(
     IExecutionObserverThresholdProvider executionObserverThresholdProvider)
 {
     _executionObserverThresholdProvider = executionObserverThresholdProvider;
 }