Example #1
0
 public void ModifyAdminRight(string strUserSID, int intAppID, string scope, string strLoggedInUserSID, string strSelectedQuarter)
 {
     objclsDALCommon = new clsDALCommon();
     objclsDALCommon.ModifyAdminRights(strUserSID, intAppID, scope, strLoggedInUserSID, strSelectedQuarter);
 }