Ejemplo n.º 1
0
 public ActionResult DeleteConfirmed(int id)
 {
     _wcf.Delete(id);
     return(RedirectToAction("index"));
 }