aboutsummaryrefslogtreecommitdiff
path: root/API/Service/UserService.cs
Commit message (Expand)AuthorAgeFilesLines
* Made UserController (and UserService) return IActionResult, rather than HttpS...Syndamia2020-12-111-24/+14
* Renamed Models to Datatranstrike2020-12-111-11/+28
* Reverted UserDbRepository to use the .Any Linq methodSyndamia2020-12-111-4/+4
* Fixed Task<bool> to bool issuestranstrike2020-12-111-4/+4
* Fixed Validations in UserService. Removed unnessessary code. Swagger not workingtranstrike2020-12-111-42/+16
* Added data validations of UserService requestsSyndamia2020-12-101-5/+40
* AutoMapper rework extravaganzaSyndamia2020-12-101-2/+2
* Playing with the mappertranstrike2020-12-101-3/+2
* Added Id in UserDtotranstrike2020-12-101-6/+2
* Fully implemented UpdateUser in UserServiceSyndamia2020-12-101-7/+2
* Fixed UserService AutoMapper implementation and fixed CreateUserSyndamia2020-12-101-4/+8
* Trying to implement AutoMappertranstrike2020-12-101-3/+6
* Mapper added : must fix itDanail Dimitrov2020-12-101-2/+2
* Implemented all HTTP Methodstranstrike2020-12-101-4/+8
* Implemented User put (update) query (that works with test values, needs mapper)Syndamia2020-12-101-0/+16
* Implemented User get query; disabled friends listSyndamia2020-12-101-1/+8
* Testig API with HTTP Post in Usertranstrike2020-12-101-0/+33