Table of Contents

Class RolePermissionConfiguration

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

Methods

Configure(EntityTypeBuilder<RolePermission>)

Configures the entity of type RolePermission.

public void Configure(EntityTypeBuilder<RolePermission> builder)

Parameters

builder EntityTypeBuilder<RolePermission>

The builder to be used to configure the entity type.