--
You received this message because you are subscribed to the Google Groups "S#arp Architecture" group.
To post to this group, send email to sharp-arc...@googlegroups.com.
To unsubscribe from this group, send email to sharp-architect...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/sharp-architecture?hl=.
Hi Kevin,
Thanks for your response, I too have thought about putting them in their own class library.
I may not have my architecture setup correct anyway... should i be returning a DTO object from my application service? In my controller i need information from multiple repositories...i am returning mp3 dj mixes from the database for a specific genre the user has chosen, but also want to display information about the genre too.
I also need to return additional information if a user is logged in, for each returned dj mix i need to check to see if the logged in user has added each mix to their favourites...how can I do this in the most efficient way...sorry if this is off topic!
What is the best way to return all this data from the application service? Should i be doing it like this or should i do all this inside my controller from multiple repositories?
Paul