Skip to content

Instantly share code, notes, and snippets.

@martijnhoekstra
Created January 18, 2013 16:23
Show Gist options
  • Save martijnhoekstra/4565755 to your computer and use it in GitHub Desktop.
Save martijnhoekstra/4565755 to your computer and use it in GitHub Desktop.
simple data object
public class DataObject {
public int foo { get; set; }
public string bar {get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment