예제 #1
0
 public void SignOffUsersByOthersAllAppScope(string scope, Int32 ReportID, string strUserSID, string strGroupSID, string signoffstatus, clsEALUser objclsEALApprover, string strCOSID, string Quarter, Int32 ApplicationID, bool IsAdminUpdate, bool IsAdmin)
 {
     try
     {
         objclsDALReports = new clsDALReports();
         objclsDALReports.SignOffUsersByOthersAllAppScope(scope, ReportID, strUserSID, strGroupSID, signoffstatus, objclsEALApprover, strCOSID, Quarter, ApplicationID, IsAdminUpdate, IsAdmin);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }