Beispiel #1
0
        public ActionResult Delete(int accountId)
        {
            AccountBLL ab = new AccountBLL();

            return(Json(ab.DeleteById(accountId, UserId, UserName).toJson()));
        }