Skip to content

Instantly share code, notes, and snippets.

@schatekar
Last active December 14, 2015 20:58
Show Gist options
  • Save schatekar/5147139 to your computer and use it in GitHub Desktop.
Save schatekar/5147139 to your computer and use it in GitHub Desktop.
namespace Persistence
{
public class PersonDto
{
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