0
Serge created
- ABP Framework version: v7.2.2
- Database System: EF Core (PostgreSQL)
- Tiered (for MVC) or Auth Server Separated (for Angular): yes
Hi I want to make a join of few tables and select data from result via linq query. Where is the best place to put it: in repositories or in app services? Logically it sounds better in repositories, but EFCore module doesn't have reference to Contracts module with dtos. What is a better approach according to ABP architecture and DDD?
Thank you