Skip to content

Instantly share code, notes, and snippets.

@DmitrySikorsky
Created July 13, 2019 09:05
Show Gist options
  • Save DmitrySikorsky/103b65f4159677971318e345d14e5e41 to your computer and use it in GitHub Desktop.
Save DmitrySikorsky/103b65f4159677971318e345d14e5e41 to your computer and use it in GitHub Desktop.
public class LocalizationSet
{
public int Id { get; set; }
public virtual ICollection<Localization> Localizations { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment