예제 #1
0
 public void ModifyAdminRight_SQL(string strUserSID, int intAppID, string scope, string strLoggedInUserSID, string strSelectedQuarter, string strDBType)
 {
     objclsDALCommon = new clsDALCommon();
     objclsDALCommon.ModifyAdminRights_SQL(strUserSID, intAppID, scope, strLoggedInUserSID, strSelectedQuarter, strDBType);
 }