Ejemplo n.º 1
0
 public PathwayRepository(IGraphRepository graphRepository, IPathwaysConfigurationManager pathwaysConfigurationManager, IPathwaysWhiteListFeature pathwaysWhiteListFeature)
 {
     _graphRepository = graphRepository;
     _pathwaysConfigurationManager = pathwaysConfigurationManager;
     _pathwaysWhiteListFeature     = pathwaysWhiteListFeature;
 }
 public PathwayRepository(IGraphRepository graphRepository, IPathwaysConfigurationManager pathwaysConfigurationManager)
 {
     _graphRepository = graphRepository;
     _pathwaysConfigurationManager = pathwaysConfigurationManager;
 }
 public PathwayRepository(IGraphRepository graphRepository, IPathwaysConfigurationManager pathwaysConfigurationManager)
 {
     _graphRepository = graphRepository;
     _pathwaysConfigurationManager = pathwaysConfigurationManager;
 }