ASP.NET Core REST API training / example project to test the mediator pattern using the MediatR NuGet-package.
This project is set up, so that CQRS (Command-Query Responsibility Segregation) can be implemented, by introducing separate data models and injecting (for example) a "ReadOnlyDataStore", which implements IDataStore
.
Swagger UI: https://localhost:7281/swagger/index.html