Skip to content

Instantly share code, notes, and snippets.

@CoskunKurtuldu
Created February 11, 2019 10:10
Show Gist options
  • Save CoskunKurtuldu/cde1516de8429bdb21beacf8e800492b to your computer and use it in GitHub Desktop.
Save CoskunKurtuldu/cde1516de8429bdb21beacf8e800492b to your computer and use it in GitHub Desktop.
public int StudentAddressId { get; set; }
public string Address { get; set; }
public string City { get; set; }
public string State { get; set; }
public string Country { get; set; }
public int AddressOfStudentId { get; set; }
public Student Student { get; set; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment