Class UserSessionConfiguration
- Namespace
- KadicAuth.Infrastructure.Persistence.Configurations
- Assembly
- KadicAuth.Infrastructure.dll
public class UserSessionConfiguration
- Inheritance
-
objectUserSessionConfiguration
Methods
Configure(EntityTypeBuilder<UserSession>)
Configures the entity of type UserSession.
public void Configure(EntityTypeBuilder<UserSession> builder)
Parameters
builderEntityTypeBuilder<UserSession>The builder to be used to configure the entity type.