Table of Contents

Class TenantSuperAdminConfiguration

Namespace
KadicAuth.Infrastructure.Persistence.Configurations
Assembly
KadicAuth.Infrastructure.dll
public class TenantSuperAdminConfiguration
Inheritance
object
TenantSuperAdminConfiguration

Methods

Configure(EntityTypeBuilder<TenantSuperAdmin>)

Configures the entity of type TenantSuperAdmin.

public void Configure(EntityTypeBuilder<TenantSuperAdmin> builder)

Parameters

builder EntityTypeBuilder<TenantSuperAdmin>

The builder to be used to configure the entity type.