//public static int guardarJSON(Detalle_documento_compraJSON objeto)
 //{
 //    try
 //    {
 //        return FachadaDetalle_documento_compra.guardarJSON(objeto);
 //    }
 //    catch (Exception ex)
 //    {
 //        Utils.EscribeLog(ex);
 //        return 0;
 //    }
 //}
 public static void actualizar(Detalle_documento_compra objeto)
 {
     try
     {
         FachadaDetalle_documento_compra.actualizar(objeto);
     }
     catch (Exception ex)
     {
         Utils.EscribeLog(ex);
     }
 }