public ConfigurationFactory(IConnectionStringComponent component)
 {
     this.component = component;
 }
Exemplo n.º 2
0
 public ConfigurationFactory(IConnectionStringComponent component)
 {
     this.component = component;
 }
Exemplo n.º 3
0
 public SystemWebProvidersConfigurationFactory(IConnectionStringComponent component)
 {
     this._component = component;
 }