示例#1
0
 public HomeController(IThemeProvider themeProvider, ICacheProvider cacheProvider,
                       IAppSecurityFacade appSecurityFacade, IAppAuthenticationFacade appAuthenticationFacade)
 {
     _themeProvider = themeProvider;
     _cacheProvider = cacheProvider;
     _appSecurityFacade = appSecurityFacade;
     _appAuthenticationFacade = appAuthenticationFacade;
 }
示例#2
0
 public HomeController(IThemeProvider themeProvider, ICacheProvider cacheProvider,
                       IAppSecurityFacade appSecurityFacade, IAppAuthenticationFacade appAuthenticationFacade)
 {
     _themeProvider           = themeProvider;
     _cacheProvider           = cacheProvider;
     _appSecurityFacade       = appSecurityFacade;
     _appAuthenticationFacade = appAuthenticationFacade;
 }