aboutsummaryrefslogtreecommitdiff
path: root/ExamTemplate/Services/Models
Commit message (Collapse)AuthorAgeFilesLines
* Big daddy refactorSyndamia2021-05-154-36/+0
|
* Implemented BaseService that uses generics to implement very basic CRUD; ↵Syndamia2021-05-131-9/+0
| | | | Moved away from 3 service model to 1 service model in add feature script
* Fixed space identation in base modelsSyndamia2021-05-121-1/+1
|
* Moved the Guid Id to it's own base modelsSyndamia2021-05-121-0/+9
|
* Made service models structure resemble that of the web models (models for ↵Syndamia2021-05-114-4/+4
| | | | each "feature" are in their own folder)
* Implemented editing userSyndamia2021-05-071-0/+9
|
* Implemented user profile pageSyndamia2021-05-071-0/+9
|
* Impllemented user login and updated navbarSyndamia2021-05-061-0/+8
|
* Added automapper; Implemented user register; Improved some database ↵Syndamia2021-05-061-0/+10
configurations