simplesoft-pt / Mediator

Small .NET library that helps with the implementation of mediator pattern for commands, events and queries
MIT License
41 stars 9 forks source link

Removed command, query and event from IMediator contracts #12

Closed gravity00 closed 3 years ago

gravity00 commented 3 years ago

Simplified the usage of IMediator interface by ensuring commands, queries and events can be automatically inferred from parameters.