You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: MiniSpace.Services.Students/src/MiniSpace.Services.Students.Infrastructure/Mongo/Documents/UserNotificationsDocument.cs
Copy file name to clipboardexpand all lines: MiniSpace.Services.Students/src/MiniSpace.Services.Students.Infrastructure/Mongo/Documents/UserSettingsDocument.cs
Copy file name to clipboardexpand all lines: MiniSpace.Services.Students/src/MiniSpace.Services.Students.Infrastructure/Mongo/Queries/Handlers/GetStudentHandler.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ public async Task<StudentDto> HandleAsync(GetStudent query, CancellationToken ca
46
46
// Map user settings to UserSettingsDto and include them in the StudentDto
Copy file name to clipboardexpand all lines: MiniSpace.Services.Students/src/MiniSpace.Services.Students.Infrastructure/Mongo/Queries/Handlers/GetStudentWithVisibilitySettingsHandler.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ public async Task<StudentWithVisibilitySettingsDto> HandleAsync(GetStudentWithVi
Copy file name to clipboardexpand all lines: MiniSpace.Services.Students/src/MiniSpace.Services.Students.Infrastructure/Mongo/Queries/Handlers/GetStudentsHandler.cs
Copy file name to clipboardexpand all lines: MiniSpace.Services.Students/src/MiniSpace.Services.Students.Infrastructure/Mongo/Queries/Handlers/GetUserNotificationPreferencesHandler.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ public GetUserNotificationPreferencesHandler(IMongoRepository<UserNotificationsD
Copy file name to clipboardexpand all lines: MiniSpace.Services.Students/src/MiniSpace.Services.Students.Infrastructure/Mongo/Queries/Handlers/GetUserSettingsHandler.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ public async Task<UserSettingsDto> HandleAsync(GetUserSettings query, Cancellati
Copy file name to clipboardexpand all lines: MiniSpace.Services.Students/src/MiniSpace.Services.Students.Infrastructure/Mongo/Repositories/UserNotificationPreferencesRepository.cs
+3-3
Original file line number
Diff line number
Diff line change
@@ -21,20 +21,20 @@ public UserNotificationPreferencesRepository(IMongoRepository<UserNotificationsD
Copy file name to clipboardexpand all lines: MiniSpace.Services.Students/src/MiniSpace.Services.Students.Infrastructure/Mongo/Repositories/UserSettingsRepository.cs
+2-2
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ public UserSettingsRepository(IMongoRepository<UserSettingsDocument, Guid> repos
0 commit comments