Exemplo n.º 1
0
 /// -----------------------------------------------------------------------------
 /// <summary>
 /// Gets an ArrayList of RoleGroups
 /// </summary>
 /// <param name="PortalID">The Id of the Portal</param>
 /// <returns>An ArrayList of RoleGroups</returns>
 /// <history>
 ///     [cnurse]	01/03/2006  Created
 /// </history>
 /// -----------------------------------------------------------------------------
 public static ArrayList GetRoleGroups(int PortalID)
 {
     return(provider.GetRoleGroups(PortalID));
 }