Table of Contents

Class TenantRoleConfiguration

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

Methods

Configure(EntityTypeBuilder<TenantRole>)

Configures the entity of type TenantRole.

public void Configure(EntityTypeBuilder<TenantRole> builder)

Parameters

builder EntityTypeBuilder<TenantRole>

The builder to be used to configure the entity type.