Last active
October 14, 2019 23:01
-
-
Save MarcoNicolodi/c107a05c2d43c8c589ec3254707d27e2 to your computer and use it in GitHub Desktop.
Proposal with access with 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(); | |
proposalRepository.Save(proposal); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment