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