예제 #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));
        }