Skip to content

Commit

Permalink
(#418) users: udpate studnet dto
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintAngeLs committed Sep 20, 2024
1 parent b3ec697 commit 4ef6675
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace MiniSpace.Services.Students.Application.Dto
[ExcludeFromCodeCoverage]
public class UserSettingsDto
{
public Guid StudentId { get; set; }
public Guid UserId { get; set; }
public string CreatedAtVisibility { get; set; }
public string DateOfBirthVisibility { get; set; }
public string InterestedInEventsVisibility { get; set; }
Expand Down

0 comments on commit 4ef6675

Please sign in to comment.