Class SubModuleConfiguration
- Namespace
- KadicAuth.Infrastructure.Persistence.Configurations
- Assembly
- KadicAuth.Infrastructure.dll
public class SubModuleConfiguration
- Inheritance
-
objectSubModuleConfiguration
Methods
Configure(EntityTypeBuilder<SubModule>)
Configures the entity of type SubModule.
public void Configure(EntityTypeBuilder<SubModule> builder)
Parameters
builderEntityTypeBuilder<SubModule>The builder to be used to configure the entity type.