Created
October 13, 2019 20:28
-
-
Save MarcoNicolodi/521b87a5afc64f9e1287ce80f21a5481 to your computer and use it in GitHub Desktop.
Showing the only way to save comments
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 = _proprosalRepository.Find(proposalId); | |
proposal.Discuss(candidateId, "I would like to know more about benefits"); | |
_proposalRepository.Save(proposal); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment