示例#1
0
        public static DataTable obtenerReporteFiltrado(string comandaId)
        {
            DataTable dt = new DataTable();

            dt = ComandaDato.reporteFactura(comandaId);

            return(dt);
        }