Skip to content

Instantly share code, notes, and snippets.

@CoskunKurtuldu
Created February 11, 2019 10:05
Show Gist options
  • Save CoskunKurtuldu/1ec40e937ede1b5053a3e00e0c5fe4c6 to your computer and use it in GitHub Desktop.
Save CoskunKurtuldu/1ec40e937ede1b5053a3e00e0c5fe4c6 to your computer and use it in GitHub Desktop.
public int Id { get; set; }
public string Name { get; set; }
public int CurrentGradeId { get; set; }
public Grade CurrentGrade { get; set; }
public StudentAddress StudentAddress { get; set; }
public virtual ICollection<StudentCourse> StudentCourses { get; set; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment