microsoftarchive/cqrs-journey

Documentation Typo: GetConference() code should not redeclare 'conference'

nshenoy opened this issue · 0 comments

In the chapter "Journey 3: Orders and Registration Bounded Context" section "Implementation Details" subsection "Querying the read model" , the local conference is declared twice, which will result in a compiler error. Consider renaming the second one conferenceModel . This typo appears in both the web version and the latest PDF version.