Exemple #1
0
 public PrimaryNavigationController(IViewPathResolver viewPathResolver, IDeclaredNavigationRepository repository, ICacheManager cache) : base(viewPathResolver)
 {
     Repository = repository;
     Cache      = cache;
 }
Exemple #2
0
 public FooterNavigationController(IViewPathResolver viewPathResolver, IDeclaredNavigationRepository repository) : base(viewPathResolver)
 {
     Repository = repository;
 }
Exemple #3
0
 public PrimaryNavigationModelBuilder(IDeclaredNavigationRepository repository, ICacheManager cache)
 {
     Repository = repository;
     Cache      = cache;
 }