Skip to content

Instantly share code, notes, and snippets.

@schatekar
Last active December 14, 2015 20:49
Show Gist options
  • Save schatekar/5146543 to your computer and use it in GitHub Desktop.
Save schatekar/5146543 to your computer and use it in GitHub Desktop.
namespace Domain
{
public class Person
{
public string FirstName {get; set;}
public string LastName {get; set;}
public DateTime BirthDate {get; set;}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment