Skip to content

Commit

Permalink
(#408) notifications: update IuserNotifcation repository
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintAngeLs committed Sep 7, 2024
1 parent 5cc7d2c commit a9fd8e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace MiniSpace.Services.Notifications.Core.Repositories
{
public interface IUserNotificationsRepository
{
Task<UserNotifications> GetByStudentIdAsync(Guid userId);
Task<UserNotifications> GetByUserIdAsync(Guid userId);
Task AddAsync(UserNotifications userNotifications);
Task UpdateAsync(UserNotifications userNotifications);
Task AddOrUpdateAsync(UserNotifications userNotifications);
Expand Down

0 comments on commit a9fd8e9

Please sign in to comment.