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