Table of Contents

Class TenantConfiguration

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

Methods

Configure(EntityTypeBuilder<Tenant>)

Configures the entity of type Tenant.

public void Configure(EntityTypeBuilder<Tenant> builder)

Parameters

builder EntityTypeBuilder<Tenant>

The builder to be used to configure the entity type.