aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Services/Services/FeedService.cs
Commit message (Collapse)AuthorAgeFilesLines
* Fixed GetUserPosts implementationSyndamia2021-01-301-0/+24
|
* Separated comment models, controler and service from post'sSyndamia2021-01-301-1/+1
|
* GetUserPosts implementedtranstrike2021-01-291-1/+10
|
* Adding FeedService tests and fixed minor bug with FeedService.GetPage where ↵Danail Dimitrov2021-01-281-4/+6
| | | | no exception would be thrown when there are no posts to query
* Brief testing of GetPosttranstrike2021-01-261-0/+47