Example #1
0
 public DashboardCommand(
     IQueriesAndProjectionsGenerator queriesAndProjectionsGenerator,
     IWidgetsService widgetsService,
     IContentManager contentManager,
     IMembershipService membershipService,
     IAuthenticationService authenticationService,
     ISiteService siteService,
     IMenuService menuService,
     INavigationManager navigationManager)
 {
     _queriesAndProjectionsGenerator = queriesAndProjectionsGenerator;
     _widgetsService        = widgetsService;
     _contentManager        = contentManager;
     _membershipService     = membershipService;
     _siteService           = siteService;
     _menuService           = menuService;
     _navigationManager     = navigationManager;
     _authenticationService = authenticationService;
 }
 public DashboardManagementDriver(IOrchardServices orchardServices, IQueriesAndProjectionsGenerator queriesAndProjectionsGenerator)
 {
     this.queriesAndProjectionsGenerator = queriesAndProjectionsGenerator;
     this.orchardServices = orchardServices;
 }