示例#1
0
 public ActionResult Delete(int bankid)
 {
     bankBL.DeleteBankDetail(bankid);
     return(RedirectToAction("BankView", "Bank"));
 }