Ejemplo n.º 1
0
 protected void AppendEvent(DomainEvent newEvent)
 {
     _events.Enqueue(newEvent);
 }