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