diff options
Diffstat (limited to 'src/Services/DevHive.Services/Interfaces')
| -rw-r--r-- | src/Services/DevHive.Services/Interfaces/IUserService.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Services/DevHive.Services/Interfaces/IUserService.cs b/src/Services/DevHive.Services/Interfaces/IUserService.cs index a55f9dd..47948f4 100644 --- a/src/Services/DevHive.Services/Interfaces/IUserService.cs +++ b/src/Services/DevHive.Services/Interfaces/IUserService.cs @@ -52,6 +52,8 @@ namespace DevHive.Services.Interfaces /// <returns>The new picture's URL</returns> Task<ProfilePictureServiceModel> UpdateProfilePicture(UpdateProfilePictureServiceModel updateProfilePictureServiceModel); + Task<bool> AddFriend(Guid id, UpdateFriendServiceModel updateFriendServiceModel); + /// <summary> /// Deletes a user from the database and removes his data entirely /// Requires authenticated user |
