Skip to content

Latest commit

 

History

History

NBB.Application.MediatR.Effects

NBB.Application.MediatR.Effects

This package provides effects for working with MediatR

NuGet install

dotnet add package NBB.Application.MediatR.Effects

Registration

You need to register the side-effects somewhere in the composition root, like so:

services.AddMediatorEffects();

Mediator.SendQuery

var q1 = Mediator.SendQuery(new GetClientQuery());