Beispiel #1
0
 public IntegrationContextWrapper(IIntegrationContext integrationContext)
 {
     _integrationContext = integrationContext;
 }
Beispiel #2
0
 protected FeatureRunnerRepository(IIntegrationContext integrationContext)
 {
     _integrationContext = integrationContext as IntegrationContext ?? new IntegrationContextWrapper(integrationContext);
 }