ITHedgeHog / spms-net

SPMS.Net
GNU General Public License v2.0
0 stars 0 forks source link

Event System #100

Open ITHedgeHog opened 4 years ago

ITHedgeHog commented 4 years ago

For any event in the system that we may wish to hook in to, or report on we need to add an event entry to our Events System.

This should be done via MediatR and a RaiseEventCommand which can be handled accordingly.

To start with the events should be held in an enum, we can see if it makes sense to data drive them at a later date.