Created
December 5, 2021 01:12
-
-
Save icebeam7/f7b780eea1154ed857d25c52ce7d91e5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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