Esempio n. 1
0
 public DataSet GetReportDetails(int ReportID, string strReportType, string SelectedQuarter)
 {
     try
     {
         clsDALReports objclsDALReports = new clsDALReports();
         objds = objclsDALReports.GetReportDetails(ReportID, strReportType, SelectedQuarter);
         return(objds);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }