Last active
November 29, 2019 16:44
-
-
Save MarcoNicolodi/09e73d1430d8fd8ca12c25e254fb94db to your computer and use it in GitHub Desktop.
Proposal with access to other aggregates lacks boundaries
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var proposal = _proposalRepository.Find(id); | |
| proposal.Candidate.Ban(); | |
| proposal.JobListing.AddPreRequisite(PreRequisite.Clojure); | |
| proposalRepository.Save(proposal); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment