Beispiel #1
0
 public void Handle(OrderDispatched domainEvent)
 {
     Log.Info("Handling {0} by {1}", domainEvent.GetType(), GetType());
 }