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