Skip to content

Instantly share code, notes, and snippets.

@NickNiebling
Created August 2, 2017 10:57
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 NickNiebling/1b83270ab4494526d3951b3826aa865c to your computer and use it in GitHub Desktop.
Save NickNiebling/1b83270ab4494526d3951b3826aa865c to your computer and use it in GitHub Desktop.
namespace LocalizationTest.Models
{
public class User
{
public User()
{
}
[Required]
[StringLength]
public string Name { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment