This project is a study and implementation of the Mediator Pattern using the MediatR library. The Mediator Pattern helps to reduce the dependencies between objects by ensuring that they communicate via a mediator object. This project showcases how the pattern can be used effectively in a .NET application.
- Implementation of Mediator Pattern using MediatR.
- Multiple endpoints demonstrating the use of the Mediator Pattern.
- No database dependency.
- Easy to extend and understand for educational purposes.