Пример #1
0
 //public int SignOffDBUsersByOthers(string scope, Int32 ReportID, string strUserNm, string strDatabase, string signoffstatus, clsEALUser objclsEALApprover, string Quarter, Int32 ApplicationID, string IsSA, string strRepType)
 //{
 //    try
 //    {
 //        objclsDALReports = new clsDALReports();
 //        return objclsDALReports.SignOffDBUsersByOthers(scope, ReportID, strUserNm, strDatabase, signoffstatus, objclsEALApprover, Quarter, ApplicationID, IsSA, strRepType);
 //    }
 //    catch (Exception ex)
 //    {
 //        throw ex;
 //    }
 //}
 public int SignOffDBUsersByOthers(string scope, Int32 ReportID, string strUserNm, string strDatabase, string signoffstatus, clsEALUser objclsEALApprover, string Quarter, Int32 ApplicationID, string IsSA, string strRepType, string strDBUser_ID)
 {
     try
     {
         objclsDALReports = new clsDALReports();
         return(objclsDALReports.SignOffDBUsersByOthers(scope, ReportID, strUserNm, strDatabase, signoffstatus, objclsEALApprover, Quarter, ApplicationID, IsSA, strRepType, strDBUser_ID));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }