diff options
Diffstat (limited to 'src/DevHive.Services/Interfaces/IUserService.cs')
| -rw-r--r-- | src/DevHive.Services/Interfaces/IUserService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DevHive.Services/Interfaces/IUserService.cs b/src/DevHive.Services/Interfaces/IUserService.cs index 5ef141f..0f834e9 100644 --- a/src/DevHive.Services/Interfaces/IUserService.cs +++ b/src/DevHive.Services/Interfaces/IUserService.cs @@ -16,7 +16,7 @@ namespace DevHive.Services.Interfaces Task<bool> AddLanguageToUser(Guid userId, LanguageServiceModel languageServiceModel); Task<bool> AddTechnologyToUser(Guid userId, TechnologyServiceModel technologyServiceModel); - Task<UserServiceModel> GetFriendById(Guid friendId); + Task<UserServiceModel> GetFriend(string username); Task<UserServiceModel> GetUserById(Guid id); Task<UserServiceModel> UpdateUser(UpdateUserServiceModel updateModel); |
