Skip to content

Instantly share code, notes, and snippets.

@donnfelker
Created August 23, 2010 20:54
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 donnfelker/546316 to your computer and use it in GitHub Desktop.
Save donnfelker/546316 to your computer and use it in GitHub Desktop.
public class Customer
{
public string FirstName { get; set; }
public string LastName { get; set; }
public int CustomerNumber { get; set; }
public bool IsAwesomeAtFishingForChickenHawks { get; set; }
}
@donnfelker
Copy link
Author

These are some notes.

@donnfelker
Copy link
Author

Chicken Hawks, why not?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment