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