Skip to content

Instantly share code, notes, and snippets.

@MarcoNicolodi
Created October 13, 2019 20:28
Show Gist options
  • Save MarcoNicolodi/521b87a5afc64f9e1287ce80f21a5481 to your computer and use it in GitHub Desktop.
Save MarcoNicolodi/521b87a5afc64f9e1287ce80f21a5481 to your computer and use it in GitHub Desktop.
Showing the only way to save comments
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