Skip to content

Instantly share code, notes, and snippets.

@angelovstanton
Created July 15, 2015 21:17
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 angelovstanton/fe5170cca5c44cb0f6e6 to your computer and use it in GitHub Desktop.
Save angelovstanton/fe5170cca5c44cb0f6e6 to your computer and use it in GitHub Desktop.
public class Person
{
public string FirstName { get; set; } = "Anton";
public string LastName { get; set; } = "Angelov";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment