예제 #1
0
 public SagaConventionConfiguratorTests()
 {
     sagaConventionConfigurationCache = Substitute.For <ISagaConventionConfigurationCache>();
     sut = new ConventionSagaConfigurator(sagaConventionConfigurationCache);
 }
예제 #2
0
 public ConventionSagaConfigurator(ISagaConventionConfigurationCache sagaConventionConfigurationCache)
 {
     this.sagaConventionConfigurationCache = sagaConventionConfigurationCache;
 }