Beispiel #1
0
        void MoveFranchiseLocation(StreetAddress location)
        {
            var @event = new FranchiseMoved(this.Entity.ID, location);

            this.Entity.Apply(@event);
        }
Beispiel #2
0
 public void Apply(FranchiseMoved @event)
 {
     this.MailingAddress = @event.NewMailingAddress;
 }