Demo Web API .NET5 using Repository Pattern
This solution has three projects
- ApplicationCore
- BooksWebAPI (Startup project)
- Infrastructure
ApplicationCore project contains all the DTO classes, entity classes and the interfaces.
Infrastructure project contains all the repositories and the BookStoreContext.
BooksWebAPi project contains the controller classes.