Skip to content

Instantly share code, notes, and snippets.

@DmitrySikorsky
Created July 13, 2019 09:42
Show Gist options
  • Save DmitrySikorsky/143fb1a4af5bd8af0da3242f3af46ed6 to your computer and use it in GitHub Desktop.
Save DmitrySikorsky/143fb1a4af5bd8af0da3242f3af46ed6 to your computer and use it in GitHub Desktop.
[Localizable]
[Display(Name = "Name")]
[Required]
[StringLength(64)]
public string Name { get; set; }
public IEnumerable<Localization> NameLocalizations { get; set; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment