Example #1
0
 public ViewModel(Models.IGlobalSettings globalSettings, Models.IHomepageSettings settings) : base(globalSettings, true)
 {
     this.HeaderSection = new HeaderSection(settings.HeaderSection);
     this.IntroSection  = new IntroSection(settings.IntroSection);
     this.LinksSection  = settings.LinksSection;
 }
Example #2
0
 public ViewModel(Models.IGlobalSettings settings, bool isHomepage = false)
 {
     this.Navbar = new Navbar(settings.NavbarSettings, isHomepage);
 }