Last active
October 14, 2019 22:53
-
-
Save MarcoNicolodi/9abc13349c4857312aa8732d454da657 to your computer and use it in GitHub Desktop.
Proposal aggregate with access to other aggregates
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
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