aboutsummaryrefslogtreecommitdiff
path: root/API/Database/UserDbRepository.cs
Commit message (Expand)AuthorAgeFilesLines
* Made login require only username and made null roles to userSyndamia2020-12-111-0/+6
* Changed returns to IActionResult; Id from UserDTO removedtranstrike2020-12-111-0/+7
* Renamed Models to Datatranstrike2020-12-111-2/+2
* Reverted UserDbRepository to use the .Any Linq methodSyndamia2020-12-111-7/+7
* Modified UserDbRepo for performancetranstrike2020-12-111-6/+6
* Fixed Validations in UserService. Removed unnessessary code. Swagger not workingtranstrike2020-12-111-0/+32