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