/// <summary>
 /// Lista el detalle de un pedido especifico para el procesamiento.
 /// </summary>
 /// <param name="NumeroPedido"></param>
 /// <returns></returns>
 public List <PedidosDetalleClienteInfo> ListDetallePedidoxNumeroProcesamientoExportar(string NumeroPedido)
 {
     return(module.ListDetallePedidoxNumeroProcesamientoExportar(NumeroPedido));
 }