Skip to content

Instantly share code, notes, and snippets.

@DannyRusnok
Created February 3, 2022 12:07
Show Gist options
  • Save DannyRusnok/05ea473ebb5373ed15b1e2f8cee3e1e7 to your computer and use it in GitHub Desktop.
Save DannyRusnok/05ea473ebb5373ed15b1e2f8cee3e1e7 to your computer and use it in GitHub Desktop.
public class Order : AggregateRoot
{
public ICollection<OrderItem> Items { get; set; }
public Address Address { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment