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