示例#1
0
 public ActionResult Deletar(int id)
 {
     objClienteNeg.Excluir(id);
     return(RedirectToAction("Index"));
 }