Aleksandar Radic

Results 1 comments of Aleksandar Radic

1. solution based on: [https://github.com/Lux2057/.NET-Core-CRUD/issues/75](url) ` public class ReMediatr : Mediator { public ReMediatr(IServiceProvider serviceProvider) : base(serviceProvider) { } protected override async Task PublishCore(IEnumerable handlerExecutors, INotification notification, CancellationToken cancellationToken) {...