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