Skip to content

Instantly share code, notes, and snippets.

@icebeam7
Created December 5, 2021 01:12
Show Gist options
  • Save icebeam7/f7b780eea1154ed857d25c52ce7d91e5 to your computer and use it in GitHub Desktop.
Save icebeam7/f7b780eea1154ed857d25c52ce7d91e5 to your computer and use it in GitHub Desktop.
public class Student
{
public string Id { get; set; }
public string Faculty { get; set; }
public string Name { get; set; }
public int Semester { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment