async-repository-dotnetcore-webapi
async-repository-dotnetcore-webapi copied to clipboard
Points to consider when following this repository pattern for large projects.
What if I have 30-40 repositories? Should I include all those inside RepositoryWrapper or should create some sort of bifurcations for them as including all those inside a single file will cause too many lines of code in RepositoryWrapper class. Also, isn't there the need of Service Layer to separate the business logic with database related logic?