Created
July 13, 2019 09:05
-
-
Save DmitrySikorsky/103b65f4159677971318e345d14e5e41 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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