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