Skip to content

Instantly share code, notes, and snippets.

@FreekPaans
Created February 27, 2015 10:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FreekPaans/85c35adc1e87a9d624f5 to your computer and use it in GitHub Desktop.
Save FreekPaans/85c35adc1e87a9d624f5 to your computer and use it in GitHub Desktop.
public class Customer {
public ICollection<Order> Orders{get;set;}
// business logic and other properties omitted
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment