aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Data/Interfaces/Repositories/IUserRepository.cs
Commit message (Expand)AuthorAgeFilesLines
* Friends relation FUCKING FINALLY FIXED, NIGGAtranstrike2021-02-051-3/+2
* Implemented profile picture table functionality; added models and interfaces ...Syndamia2021-02-031-0/+1
* Working on Update User; Currently not updating user in UserRepotranstrike2021-01-261-8/+1
* Cleaning of UserRepo&UserService of unused methodstranstrike2021-01-211-11/+2
* Changed List to HashSet for "no duplicates" scenariotranstrike2021-01-201-2/+2
* Renamed AddFriend to AddFriendToUser to clarify methodtranstrike2021-01-151-1/+1
* Extracted Interfaces from every DevHive.Data class; Tidied up the DevHive.Int...transtrike2021-01-151-0/+38