Table of Contents

Class GetModuleByIdQuery

Namespace
KadicAuth.Application.Modules.Queries
Assembly
KadicAuth.Application.dll
public sealed record GetModuleByIdQuery : IRequest<ModuleDto?>, IBaseRequest
Inheritance
object
GetModuleByIdQuery
Implements
IRequest<ModuleDto>
IBaseRequest

Constructors

GetModuleByIdQuery(Guid, Guid, Guid?)

public GetModuleByIdQuery(Guid Id, Guid TenantId, Guid? BranchId = null)

Parameters

Id Guid
TenantId Guid
BranchId Guid?

Properties

BranchId

public Guid? BranchId { get; init; }

Property Value

Guid?

Id

public Guid Id { get; init; }

Property Value

Guid

TenantId

public Guid TenantId { get; init; }

Property Value

Guid