We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3ec697 commit 4ef6675Copy full SHA for 4ef6675
MiniSpace.Services.Students/src/MiniSpace.Services.Students.Application/Dto/UserSettingsDto.cs
@@ -6,7 +6,7 @@ namespace MiniSpace.Services.Students.Application.Dto
6
[ExcludeFromCodeCoverage]
7
public class UserSettingsDto
8
{
9
- public Guid StudentId { get; set; }
+ public Guid UserId { get; set; }
10
public string CreatedAtVisibility { get; set; }
11
public string DateOfBirthVisibility { get; set; }
12
public string InterestedInEventsVisibility { get; set; }
0 commit comments