Skip to content

Instantly share code, notes, and snippets.

@robertgreiner
Created January 6, 2012 17:09
Show Gist options
  • Save robertgreiner/1571476 to your computer and use it in GitHub Desktop.
Save robertgreiner/1571476 to your computer and use it in GitHub Desktop.
public class Person {
public string FirstName { get; set; }
public string LastName { get; set; }
public string TwitterHandle { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment