Ejemplo n.º 1
0
 public void Handle(PasswordChangedEvent evt)
 {
     notificationService.SendPasswordChangeNotice(evt.Account);
 }
Ejemplo n.º 2
0
 public void Handle(PasswordChangedEvent <T> evt)
 {
     Process(evt);
 }