Ejemplo n.º 1
0
 public static Dictionary <String, String> GetUserAttributesDictionary(Guid token, Guid userID, Guid projectID)
 {
     return(UserManagementManager.GetUserAttributesDictionary(token, userID, projectID));
 }