Beispiel #1
0
 public FileConfigurationSetter(IOcelotConfigurationRepository configRepo,
                                IOcelotConfigurationCreator configCreator, IFileConfigurationRepository repo)
 {
     _configRepo    = configRepo;
     _configCreator = configCreator;
     _repo          = repo;
 }
 public OcelotConfigurationProvider(IOcelotConfigurationRepository repo,
                                    IOcelotConfigurationCreator creator)
 {
     _repo    = repo;
     _creator = creator;
 }