aboutsummaryrefslogtreecommitdiff
path: root/ExamTemplate/Data/Models
Commit message (Collapse)AuthorAgeFilesLines
* Big daddy refactorSyndamia2021-05-152-26/+0
|
* Fixed space identation in base modelsSyndamia2021-05-121-1/+1
|
* Moved the Guid Id to it's own base modelsSyndamia2021-05-121-0/+13
|
* Made some minor formatting fixesSyndamia2021-05-081-1/+0
|
* Implemented authorization; Replaced Role with IdentityRole<Guid>; Renamed ↵Syndamia2021-05-082-17/+0
| | | | UserController to AccountController, updated links
* Added automapper; Implemented user register; Improved some database ↵Syndamia2021-05-062-1/+4
| | | | configurations
* Added simple User and Role DB classes, added a simple DBContext and ↵Syndamia2021-05-062-0/+28
configured it for PostgreSQL