Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created April 20, 2017 10:32
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 bjoerntx/c92a84c986b90313a0120f093b1fdd28 to your computer and use it in GitHub Desktop.
Save bjoerntx/c92a84c986b90313a0120f093b1fdd28 to your computer and use it in GitHub Desktop.
public class Customer
{
public string Name { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment