Skip to content

Instantly share code, notes, and snippets.

@nedgrady
Created May 1, 2023 11:38
Show Gist options
  • Save nedgrady/1b293ed203ef52c18a6d061b1969ff17 to your computer and use it in GitHub Desktop.
Save nedgrady/1b293ed203ef52c18a6d061b1969ff17 to your computer and use it in GitHub Desktop.
class Person
{
public required string FirstName { get; set; }
public required string LastName { get; set; }
public required string Email { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment