Beispiel #1
0
        public async Task <ActionResult> Logout()
        {
            await _apiHelper.Logout();

            return(RedirectToAction("Index", "Account"));
        }