Ejemplo n.º 1
0
 public IntegrationContextWrapper(IIntegrationContext integrationContext)
 {
     _integrationContext = integrationContext;
 }
Ejemplo n.º 2
0
 protected FeatureRunnerRepository(IIntegrationContext integrationContext)
 {
     _integrationContext = integrationContext as IntegrationContext ?? new IntegrationContextWrapper(integrationContext);
 }