Table of Contents

Class TenantBranchConfiguration

Namespace
KadicAuth.Infrastructure.Persistence.Configurations
Assembly
KadicAuth.Infrastructure.dll
public class TenantBranchConfiguration
Inheritance
object
TenantBranchConfiguration

Methods

Configure(EntityTypeBuilder<TenantBranch>)

Configures the entity of type TenantBranch.

public void Configure(EntityTypeBuilder<TenantBranch> builder)

Parameters

builder EntityTypeBuilder<TenantBranch>

The builder to be used to configure the entity type.