Skip to content

Instantly share code, notes, and snippets.

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