Table of Contents

Class GetTenantBranchesQuery

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

Constructors

GetTenantBranchesQuery(Guid, PaginatorRequestDto, bool?)

public GetTenantBranchesQuery(Guid TenantId, PaginatorRequestDto Paginator, bool? IsActive = null)

Parameters

TenantId Guid
Paginator PaginatorRequestDto
IsActive bool?

Properties

IsActive

public bool? IsActive { get; init; }

Property Value

bool?

Paginator

public PaginatorRequestDto Paginator { get; init; }

Property Value

PaginatorRequestDto

TenantId

public Guid TenantId { get; init; }

Property Value

Guid