Exemplo n.º 1
0
        public DataSet GetCashPaymentReport(string datefrom, string dateto)
        {
            ReportDao re = new ReportDao();

            return(re.CashPaymentReport(datefrom, dateto));
        }