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