Table of Contents

Class TenantTypeConfiguration

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

Methods

Configure(EntityTypeBuilder<TenantType>)

Configures the entity of type TenantType.

public void Configure(EntityTypeBuilder<TenantType> builder)

Parameters

builder EntityTypeBuilder<TenantType>

The builder to be used to configure the entity type.