Hi
I try to use eShopOnWeb application sample in my application and I have a question.
As I understand eShopOnWeb repositories return none IQueryable results. But if I use View Models, should my repository return IQueryable, then my service project this query to necessary view model, and send received data or result to presentation layer?