Skip to content

Instantly share code, notes, and snippets.

@CoskunKurtuldu
Created February 11, 2019 10:09
Show Gist options
  • Save CoskunKurtuldu/e25c5e62e9c0d9e77c54e0fa43800c5c to your computer and use it in GitHub Desktop.
Save CoskunKurtuldu/e25c5e62e9c0d9e77c54e0fa43800c5c to your computer and use it in GitHub Desktop.
public int Id { get; set; }
public string CourseName { get; set; }
public string Description { 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