summaryrefslogtreecommitdiff
path: root/opendc-web/opendc-web-server/src/main/resources/db/testing
AgeCommit message (Collapse)Author
2023-02-02refactor(web/server): Remove unnecessary service indirectionsFabian Mastenbroek
This change removes the unnecessary service classes where they are only used to forward data from the resource to the entities. Furthermore, DTOs are now moved from the service layer to the resources.