aspnetcorehero / Boilerplate

Clean Architecture Solution Template for ASP.NET Core 5.0. Built with Onion/Hexagonal Architecture and incorporates the most essential Packages your projects will ever need. Includes both WebApi and Web(MVC) Projects.
https://codewithmukesh.com/project/aspnet-core-hero-boilerplate/
MIT License
582 stars 148 forks source link

Add Wrapper Over All Repository #26

Open timsar2 opened 3 years ago

timsar2 commented 3 years ago

By adding a repository wrapper, we can use DI in wrapper, also create an instance of all repositories and initiate them all in 1 place.