Table of Contents

Class GetTenantBranchByIdQuery

Namespace
KadicAuth.Application.TenantBranches.Queries
Assembly
KadicAuth.Application.dll
public sealed record GetTenantBranchByIdQuery : IRequest<TenantBranchDto?>, IBaseRequest
Inheritance
object
GetTenantBranchByIdQuery
Implements
IRequest<TenantBranchDto>
IBaseRequest

Constructors

GetTenantBranchByIdQuery(Guid)

public GetTenantBranchByIdQuery(Guid Id)

Parameters

Id Guid

Properties

Id

public Guid Id { get; init; }

Property Value

Guid