Exemplo n.º 1
0
 public void Handle(IViewContext context, AssociationNameUpdated domainEvent)
 {
     AssociationName = domainEvent.Name;
 }
Exemplo n.º 2
0
 public void Handle(IViewContext context, AssociationNameUpdated domainEvent)
 {
     FindInternalAssociation(domainEvent).Name = domainEvent.Name;
 }
Exemplo n.º 3
0
 public void Apply(AssociationNameUpdated e)
 {
     Name = e.Name;
 }