Exemplo n.º 1
0
 public Entity()
 {
     _router = new InstanceEventRouter();
 }
Exemplo n.º 2
0
 public AggregateRoot()
 {
     _router = new InstanceEventRouter();
 }