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