Example #1
0
 public static List <AttributeValueContract> GetAttributeValues(Guid token, Guid parentID, Guid projectID)
 {
     return(UserManagementManager.GetAttributeValues(token, parentID, projectID));
 }