Table of Contents

Class TenantModuleConfiguration

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

Methods

Configure(EntityTypeBuilder<TenantModule>)

Configures the entity of type TenantModule.

public void Configure(EntityTypeBuilder<TenantModule> builder)

Parameters

builder EntityTypeBuilder<TenantModule>

The builder to be used to configure the entity type.