Example #1
0
 public void Notify()
 {
     _mediatorService.Notify("From API");
 }
Example #2
0
 private void Notify()
 {
     _notifierMediatorService.Notify("Test Message");
 }