Skip to content

Instantly share code, notes, and snippets.

@lgolubyev
Created September 16, 2022 11:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lgolubyev/a1f463a9ee9b6ef62cc2d74f05197726 to your computer and use it in GitHub Desktop.
Save lgolubyev/a1f463a9ee9b6ef62cc2d74f05197726 to your computer and use it in GitHub Desktop.
public class Person
{
public required string FirstName { get; init; }
public required string LastName {get; init; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment