Table of Contents

Class UserTenantBranchConfiguration

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

Methods

Configure(EntityTypeBuilder<UserBranch>)

Configures the entity of type UserBranch.

public void Configure(EntityTypeBuilder<UserBranch> builder)

Parameters

builder EntityTypeBuilder<UserBranch>

The builder to be used to configure the entity type.