Skip to content

Instantly share code, notes, and snippets.

@CoskunKurtuldu
Created February 11, 2019 10:10
Show Gist options
  • Save CoskunKurtuldu/ce5901c5cc8cd94b0d2251a073c3d94d to your computer and use it in GitHub Desktop.
Save CoskunKurtuldu/ce5901c5cc8cd94b0d2251a073c3d94d to your computer and use it in GitHub Desktop.
public int StudentId { get; set; }
public Student Student { get; set; }
public int CourseId { get; set; }
public Course Course { get; set; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment