diff options
Diffstat (limited to 'src/Services/DevHive.Services/Interfaces/IProfilePictureService.cs')
| -rw-r--r-- | src/Services/DevHive.Services/Interfaces/IProfilePictureService.cs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/Services/DevHive.Services/Interfaces/IProfilePictureService.cs b/src/Services/DevHive.Services/Interfaces/IProfilePictureService.cs index c455831..edf2775 100644 --- a/src/Services/DevHive.Services/Interfaces/IProfilePictureService.cs +++ b/src/Services/DevHive.Services/Interfaces/IProfilePictureService.cs @@ -7,13 +7,6 @@ namespace DevHive.Services.Interfaces public interface IProfilePictureService { /// <summary> - /// Inserts a user's profile picture in the database and cloud - /// </summary> - /// <param name="profilePictureServiceModel">User's Guid and his/hers profile picture as file</param> - /// <returns>The new profile picture's URL in the cloud</returns> - Task<string> InsertProfilePicture(ProfilePictureServiceModel profilePictureServiceModel); - - /// <summary> /// Get a profile picture by it's Guid /// </summary> /// <param name="id">Profile picture's Guid</param> |
