Пример #1
0
 public DataSet GetSearchDetails(int ReportID, string strRepType, string strQuarter, string PreviousQuarter, int ApplicationID, bool IsGlobalApprover, string LoggeInUser, string[] role, Int32 UserID)
 {
     try
     {
         clsDALReports objclsDALReports = new clsDALReports();
         objds = objclsDALReports.GetSearchDetails(ReportID, strRepType, strQuarter, PreviousQuarter, ApplicationID, IsGlobalApprover, LoggeInUser, role, UserID);
         return(objds);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }