Skip to content

Instantly share code, notes, and snippets.

@lgolubyev
Created September 16, 2022 11:03
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/892ef8d77a73fd11f070aa264dde2751 to your computer and use it in GitHub Desktop.
Save lgolubyev/892ef8d77a73fd11f070aa264dde2751 to your computer and use it in GitHub Desktop.
public class Person
{
public string FirstName { get; init; }
public string LastName {get; init; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment