Skip to content

Instantly share code, notes, and snippets.

@MarcoNicolodi
Last active October 14, 2019 22:53
Show Gist options
  • Save MarcoNicolodi/9abc13349c4857312aa8732d454da657 to your computer and use it in GitHub Desktop.
Save MarcoNicolodi/9abc13349c4857312aa8732d454da657 to your computer and use it in GitHub Desktop.
Proposal aggregate with access to other aggregates
public class Proposal : Aggregate
{
public Candidate CandidateId { get; }
public JobListing JobListingId { get; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment