Exemplo n.º 1
0
 public ActionResult DeleteAccount(int id)
 {
     SystemBLL.System_DeteleNewAccount(id);
     return(RedirectToAction("Index", "Manager"));
 }