Table of Contents

Class GetRoleByIdQuery

Namespace
KadicAuth.Application.Roles.Queries
Assembly
KadicAuth.Application.dll
public sealed record GetRoleByIdQuery : IRequest<RoleDto?>, IBaseRequest
Inheritance
object
GetRoleByIdQuery
Implements
IRequest<RoleDto>
IBaseRequest

Constructors

GetRoleByIdQuery(Guid)

public GetRoleByIdQuery(Guid Id)

Parameters

Id Guid

Properties

Id

public Guid Id { get; init; }

Property Value

Guid