Table of Contents

Class UserSessionConfiguration

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

Methods

Configure(EntityTypeBuilder<UserSession>)

Configures the entity of type UserSession.

public void Configure(EntityTypeBuilder<UserSession> builder)

Parameters

builder EntityTypeBuilder<UserSession>

The builder to be used to configure the entity type.