Table of Contents

Class TenantRolePermissionConfiguration

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

Methods

Configure(EntityTypeBuilder<TenantRolePermission>)

Configures the entity of type TenantRolePermission.

public void Configure(EntityTypeBuilder<TenantRolePermission> builder)

Parameters

builder EntityTypeBuilder<TenantRolePermission>

The builder to be used to configure the entity type.