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