Skip to content

Commit

Permalink
Updated a couple of comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jsenning committed Jul 12, 2024
1 parent 7de58f7 commit 470cafc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gordon360/Services/ProfileService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -351,10 +351,10 @@ public CombinedProfileViewModel ImposePrivacySettings
}

/// <summary>
/// get privacy setting for particular user
/// Get profile fields and visibility settings for a specific user
/// </summary>
/// <param name="username">AD username</param>
/// <returns>all privacy setting of the particular user</returns>
/// <returns>List of field and visibility privacy settings for a specific user</returns>
public IEnumerable<UserPrivacyViewModel> GetPrivacySettingAsync(string username)
{
var account = accountService.GetAccountByUsername(username);
Expand All @@ -366,7 +366,7 @@ public IEnumerable<UserPrivacyViewModel> GetPrivacySettingAsync(string username)
}

/// <summary>
/// privacy setting of some piece of personal data for user.
/// Set privacy setting of some piece of personal data for user.
/// </summary>
/// <param name="username">AD Username</param>
/// <param name="userPrivacy">User Privacy Update View Model</param>
Expand Down

0 comments on commit 470cafc

Please sign in to comment.