Exemplo n.º 1
0
        public DataTable GetDetalleByBoleta(int numbol)
        {
            OrdenDAL ordDAL = new OrdenDAL();

            return(ordDAL.GetAllOrdenesByBoleta(numbol));
        }