mattrobineau / stories

Community driven link aggregater for .Net written in C#
MIT License
1 stars 1 forks source link

Services should return models instead of view models #30

Open mattrobineau opened 7 years ago

mattrobineau commented 7 years ago

Some services (like StoryService) return view models. The services should be decoupled from the view by using models that represent the entities.