Building Notification Data for IRealTimeNotifier
问题 I'm using ASP.NET Boilerplate and have implemented an IRealTimeNotifier in order to email users when certain actions are performed in the application layer. I'm having trouble building the notification data to pass to the IRealTimeNotifer as per the example on the following page: https://aspnetboilerplate.com/Pages/Documents/Notification-System#multiple-notifiers My EmailRealTimeNotifier is exactly as you see on the page: public class EmailRealTimeNotifier : IRealTimeNotifier,