Skip to content

Instantly share code, notes, and snippets.

@syedharoonmca
Last active December 31, 2022 16:24
Show Gist options
  • Save syedharoonmca/635ebf8eaa452b431a0fa874b9096cb1 to your computer and use it in GitHub Desktop.
Save syedharoonmca/635ebf8eaa452b431a0fa874b9096cb1 to your computer and use it in GitHub Desktop.
public class Student{
public int StudentID { get; set; }
public string StudentName { get; set; }
public int Age { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment