public void Handle(IViewContext context, AssociationCreated domainEvent)
 {
     Associations.Add(new Models.View.Association
     {
         Id = domainEvent.GetAggregateRootId()
     });
 }
 public void Handle(IViewContext context, AssociationCreated domainEvent)
 {
 }
Beispiel #3
0
 public void Apply(AssociationCreated e)
 {
 }