public MonitorController(IMultiTenancyConfig multiTenancyConfig, IWebSessionCache webSessionCache, AccountAppService accountAppService, SignInManager signInManager, LogInManager logInManager,
                          AbpLoginResultTypeHelper abpLoginResultTypeHelper)
 {
     _multiTenancyConfig       = multiTenancyConfig;
     _webSessionCache          = webSessionCache;
     _accountAppService        = accountAppService;
     _signInManager            = signInManager;
     _logInManager             = logInManager;
     _abpLoginResultTypeHelper = abpLoginResultTypeHelper;
 }
 public AdminFooterViewComponent(IWebSessionCache webSessionCache)
 {
     _webSessionCache = webSessionCache;
 }