Skip to content

Instantly share code, notes, and snippets.

@mikeMoreno
Last active July 4, 2021 16:39
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 mikeMoreno/249589089b785c754a752f305c2843f7 to your computer and use it in GitHub Desktop.
Save mikeMoreno/249589089b785c754a752f305c2843f7 to your computer and use it in GitHub Desktop.
Medium/Use the Type System/Strings 1
class Person
{
string GuidId { get; set; }
string Birthdate { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment