Table of Contents

Class TenantSubModuleConfiguration

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

Methods

Configure(EntityTypeBuilder<TenantSubModule>)

Configures the entity of type TenantSubModule.

public void Configure(EntityTypeBuilder<TenantSubModule> builder)

Parameters

builder EntityTypeBuilder<TenantSubModule>

The builder to be used to configure the entity type.