示例#1
0
        public ActionResult Delete(AccountClass acc)
        {
            AccountList accList = new AccountList();

            accList.DeleteAccount(acc);
            return(RedirectToAction("Index"));
        }