Class BranchRoleAssignment
- Namespace
- KadicAuth.Application.Users.Commands
- Assembly
- KadicAuth.Application.dll
public sealed record BranchRoleAssignment
- Inheritance
-
objectBranchRoleAssignment
Constructors
BranchRoleAssignment(Guid, Guid)
public BranchRoleAssignment(Guid TenantBranchId, Guid RoleId)
Parameters
TenantBranchIdGuidRoleIdGuid
Properties
RoleId
public Guid RoleId { get; init; }
Property Value
- Guid
TenantBranchId
public Guid TenantBranchId { get; init; }
Property Value
- Guid