Table of Contents

Class RoleConfiguration

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

Methods

Configure(EntityTypeBuilder<Role>)

Configures the entity of type Role.

public void Configure(EntityTypeBuilder<Role> builder)

Parameters

builder EntityTypeBuilder<Role>

The builder to be used to configure the entity type.