Пример #1
0
 protected void Apply(TestAggregateRootCreatedEvent e)
 {
 }
Пример #2
0
 public void Handle(TestAggregateRootCreatedEvent e, string boundedContext)
 {
     Handled.Add(e);
     Console.WriteLine(boundedContext + ":" + e);
 }