public EF6RepositoriesModule(EF6InfrastructureConfigurationSection configurationSection)
 {
     this.configurationSection = configurationSection;
 }
Exemple #2
0
 public EF6ProjectionsModule(EF6InfrastructureConfigurationSection configurationSection)
 {
     this.configurationSection = configurationSection;
 }