Skip to content

Instantly share code, notes, and snippets.

@ducmeit1
Last active July 10, 2019 07:02
Show Gist options
  • Save ducmeit1/78d31631da7b87830ccdb687d559aa63 to your computer and use it in GitHub Desktop.
Save ducmeit1/78d31631da7b87830ccdb687d559aa63 to your computer and use it in GitHub Desktop.
public class User
{
public int Id { get; set; }
public string FirstName { get; set; }
public string LastName { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment