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