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

            client.EliminarSala(id);

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