Example #1
0
 public Notify(INotificationHandler <Notifications> notification)
 {
     _messageHandler = (NotifiyHandler)notification;
 }
Example #2
0
 protected BaseController(
     INotificationHandler <Notifications> notification)
 {
     _messageHandler = (NotifiyHandler)notification;
 }