Esempio n. 1
0
 protected void Apply(TestAggregateRootCreatedEvent e)
 {
 }
Esempio n. 2
0
 public void Handle(TestAggregateRootCreatedEvent e, string boundedContext)
 {
     Handled.Add(e);
     Console.WriteLine(boundedContext + ":" + e);
 }