Skip to content

Instantly share code, notes, and snippets.

@JefClaes
Created December 17, 2014 09:54
Show Gist options
  • Select an option

  • Save JefClaes/865778a8dad9c9cdc44d to your computer and use it in GitHub Desktop.

Select an option

Save JefClaes/865778a8dad9c9cdc44d to your computer and use it in GitHub Desktop.
CommandProjection
new CommandProjection("CasinoClerkReferralsProjection", _bus)
.FromEvents((eventId) => _store.GetEvents(eventId))
.When<CashUserRegisteredInCasino>(e => new AwardReferralFee(x, y, z))
.Run();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment