Example #1
0
        public async Task Logout(iLoginLogoutService logoutService)
        {
            await logoutService.Logout(CurrentUser);

            _currentUser = null;
        }