Skip to content

Instantly share code, notes, and snippets.

@cosoria
Created October 11, 2017 15:12
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 cosoria/4e369f690dee6e8becb2479dceae1090 to your computer and use it in GitHub Desktop.
Save cosoria/4e369f690dee6e8becb2479dceae1090 to your computer and use it in GitHub Desktop.
EntityTypeConfiguration configuration base class of which all Configuration inherits from
public class DynamicEntityTypeConfiguration<TConfiguration> : EntityTypeConfiguration<TConfiguration> where TConfiguration : class, new()
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment