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