Hi all, I've read a lot about repository pattern implementation and I still can't find out how should I implement entity projections querying?
For example I have large and complex product entity, but I want to display only product's name and it's id. Where should i implement this projection? In my entity repository or in a caller code?