Class UserBranchRoleResult
- Namespace
- KadicAuth.Application.Users.DTOs
- Assembly
- KadicAuth.Application.dll
public sealed record UserBranchRoleResult
- Inheritance
-
object
UserBranchRoleResult
Constructors
UserBranchRoleResult(Guid, Guid, string)
public UserBranchRoleResult(Guid UserId, Guid TenantBranchId, string RoleName)
Parameters
UserId Guid
TenantBranchId Guid
RoleName string
Properties
RoleName
public string RoleName { get; init; }
Property Value
- string
TenantBranchId
public Guid TenantBranchId { get; init; }
Property Value
- Guid
UserId
public Guid UserId { get; init; }
Property Value
- Guid