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