Skip to content

Instantly share code, notes, and snippets.

@ksysiekj
Created September 28, 2017 10:25
Show Gist options
  • Save ksysiekj/9a141faea6c4ba43e13738a50687de15 to your computer and use it in GitHub Desktop.
Save ksysiekj/9a141faea6c4ba43e13738a50687de15 to your computer and use it in GitHub Desktop.
public interface IEntityTypeConfiguration<TEntity> where TEntity : class
{
void Map(EntityTypeBuilder<TEntity> entityTypeBuilder);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment