Exemple #1
0
        public async Task <ActionResult> DeleteAccount(Guid accountId)
        {
            await AccountFacade.DeleteAccountAsync(accountId);

            return(RedirectToAction("AccountList"));
        }