Skip to content

Instantly share code, notes, and snippets.

@CoskunKurtuldu
Last active February 11, 2019 10:08
Show Gist options
  • Save CoskunKurtuldu/07f99832347654559e4f07a644e4f648 to your computer and use it in GitHub Desktop.
Save CoskunKurtuldu/07f99832347654559e4f07a644e4f648 to your computer and use it in GitHub Desktop.
public int Id { get; set; }
public string GradeName { get; set; }
public string Section { get; set; }
public ICollection<Student> Students { get; set; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment