Beispiel #1
0
 public void ModifyReportAdminRight(string strUserSID, string strGroupSID, int AppID, int RepID, string scope, string strLoggedInUserSID, string strSelectedQuarter)
 {
     objclsDALCommon = new clsDALCommon();
     objclsDALCommon.ModifyReportAdminRights(strUserSID, strGroupSID, AppID, RepID, scope, strLoggedInUserSID, strSelectedQuarter);
 }