public ConfigurationFactory(IConnectionStringComponent component)
 {
     this.component = component;
 }
 public ConfigurationFactory(IConnectionStringComponent component)
 {
     this.component = component;
 }
Beispiel #3
0
 public SystemWebProvidersConfigurationFactory(IConnectionStringComponent component)
 {
     this._component = component;
 }