示例#1
0
        public ActionResult Eliminar(int id)
        {
            ServicioSoapClient client = new ServicioSoapClient();

            client.EliminarPersona(id);

            return(Redirect("~/Pelicula/Index/"));
        }