Table of Contents

Class PermissionConfiguration

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

Methods

Configure(EntityTypeBuilder<Permission>)

Configures the entity of type Permission.

public void Configure(EntityTypeBuilder<Permission> builder)

Parameters

builder EntityTypeBuilder<Permission>

The builder to be used to configure the entity type.