alindgren / Fundraise

A .NET core library for building fundraising applications
MIT License
17 stars 11 forks source link

Remove dependency on Fundraise.IntegrationEvents and Fundraise.IntegrationEvents.RabbitMQ from Fundraise.RequestHandlers.InProcess #17

Open alindgren opened 6 years ago

alindgren commented 6 years ago

Create events in Fundraise.RequestHandlers.InProcess and add event handlers that the application (MVC Example web app), can use to create and publish the IntegrationEvents.

While at it, fix the namespace for DonateHandler.cs.

alindgren commented 6 years ago

https://docs.microsoft.com/en-us/dotnet/standard/events/