示例#1
0
        public DataTable ShowReportData(string param)
        {
            DAL_FrmRptDueDate NewDAL = new DAL_FrmRptDueDate();

            return(NewDAL.ShowReportData(param));
        }
示例#2
0
        public DataTable GetReportData(string Options, string FromDate, string ToDate)
        {
            DAL_FrmRptDueDate NewDAL = new DAL_FrmRptDueDate();

            return(NewDAL.GetReportData(Options, FromDate, ToDate));
        }