Class GetModulesQuery
- Namespace
- KadicAuth.Application.Modules.Queries
- Assembly
- KadicAuth.Application.dll
public sealed record GetModulesQuery : IRequest<PaginatorResponseDto<ModuleDto>>, IBaseRequest
- Inheritance
-
object
GetModulesQuery
- Implements
-
IBaseRequest
Constructors
GetModulesQuery(PaginatorRequestDto, Guid, Guid?)
public GetModulesQuery(PaginatorRequestDto PaginatorRequest, Guid TenantId, Guid? BranchId = null)
Parameters
PaginatorRequest PaginatorRequestDto
TenantId Guid
BranchId Guid?
Properties
BranchId
public Guid? BranchId { get; init; }
Property Value
- Guid?
PaginatorRequest
public PaginatorRequestDto PaginatorRequest { get; init; }
Property Value
- PaginatorRequestDto
TenantId
public Guid TenantId { get; init; }
Property Value
- Guid