Table of Contents

Class UserConfiguration

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

Methods

Configure(EntityTypeBuilder<User>)

Configures the entity of type User.

public void Configure(EntityTypeBuilder<User> builder)

Parameters

builder EntityTypeBuilder<User>

The builder to be used to configure the entity type.