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