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

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