public ActionResult GrabarVenta(PedidoEntidad entidad) { VentaAgente oVentaAgente = new VentaAgente(); var response = oVentaAgente.GrabarVenta(entidad); return(Json(response)); }