Example #1
0
    public UserProfile GetUserProfileByID(Guid userGUID)
    {
        UserProfile userProfile = client.GetUserByuserID(userGUID);

        return(userProfile);
    }