public void Apply(TestEvent1 domainEvent) { Console.WriteLine("Apply TestEvent1 {0} - {1}", domainEvent.Version, domainEvent.Name); this.InternalState.Name = domainEvent.Name; }
public void Apply(TestEvent1 domainEvent) { Console.WriteLine("Apply TestEvent1 {0}", domainEvent.Version); ////this.name = domainEvent.Name; }
public void HandleMe(TestEvent1 @event) { Console.WriteLine("Builder TestEvent1 {0}", @event.Identity); }