Table of Contents

Class BranchRoleAssignment

Namespace
KadicAuth.Application.Users.Commands
Assembly
KadicAuth.Application.dll
public sealed record BranchRoleAssignment
Inheritance
object
BranchRoleAssignment

Constructors

BranchRoleAssignment(Guid, Guid)

public BranchRoleAssignment(Guid TenantBranchId, Guid RoleId)

Parameters

TenantBranchId Guid
RoleId Guid

Properties

RoleId

public Guid RoleId { get; init; }

Property Value

Guid

TenantBranchId

public Guid TenantBranchId { get; init; }

Property Value

Guid