We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Goal is to loosen coupling between controllers and application services as right now they are tightly coupled.
Most popular mediator library in .NET - https://github.com/jbogard/MediatR. Examples can be found in readme.
Why MediatR - https://medium.com/@singh.neer/what-is-mediatr-in-net-core-why-we-use-it-50e38bfe6f5b
The text was updated successfully, but these errors were encountered:
As this is not a simple fix, development plan will be needed from the assignee prior to development, which will have to be approved by the lead.
Sorry, something went wrong.
Backlog items suggestions:
ddimkovikj
Successfully merging a pull request may close this issue.
Goal is to loosen coupling between controllers and application services as right now they are tightly coupled.
Most popular mediator library in .NET - https://github.com/jbogard/MediatR. Examples can be found in readme.
Why MediatR - https://medium.com/@singh.neer/what-is-mediatr-in-net-core-why-we-use-it-50e38bfe6f5b
The text was updated successfully, but these errors were encountered: