Skip to content

Instantly share code, notes, and snippets.

@kkozmic
Created August 29, 2013 22:20
Show Gist options
  • Save kkozmic/6384114 to your computer and use it in GitHub Desktop.
Save kkozmic/6384114 to your computer and use it in GitHub Desktop.
public class Foo
{
public int Id { get; set; }
public Bar Bar { get; set; }
// this is what I refer to as 'FK ID property'
public int BarId { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment