aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Data/Repositories/PostRepository.cs
Commit message (Expand)AuthorAgeFilesLines
* Replaced RepoMethods with BaseClass and inherited it where neededtranstrike2021-01-191-7/+7
* Lang&Tech layers now return id on Createtranstrike2021-01-171-0/+14
* Extracted Interfaces from every DevHive.Data class; Tidied up the DevHive.Int...transtrike2021-01-151-2/+2
* The return of the interfacestranstrike2021-01-131-6/+7
* Language layers refactored; User implements adding & removing Languages; Migr...transtrike2021-01-121-2/+4
* Added Interfaces for all repository classesDanail Dimitrov2021-01-111-2/+2
* Implemented Posts and merged Comment to Posttranstrike2020-12-301-0/+107