Skip to content

Instantly share code, notes, and snippets.

@AlexZeitler
Created February 16, 2012 09:53
Show Gist options
  • Select an option

  • Save AlexZeitler/1843722 to your computer and use it in GitHub Desktop.

Select an option

Save AlexZeitler/1843722 to your computer and use it in GitHub Desktop.
public class Customer {
public int Id { get; set; }
[Required]
public string Name { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment