Ejemplo n.º 1
0
 public static List <GroupAttributeContract> GetGroupAttributes(Guid token, Guid groupID)
 {
     return(UserManagementManager.GetGroupAttributes(token, groupID));
 }