Exemplo n.º 1
0
 private string SerializeEvent(DomainEvent @event)
 {
     return(JsonConvert.SerializeObject(@event));
 }
Exemplo n.º 2
0
 protected void ApplyEvent(DomainEvent notification)
 {
     ApplyEvent(notification, true);
 }