Class GetRoleByIdQuery
- Namespace
- KadicAuth.Application.Roles.Queries
- Assembly
- KadicAuth.Application.dll
public sealed record GetRoleByIdQuery : IRequest<RoleDto?>, IBaseRequest
- Inheritance
-
objectGetRoleByIdQuery
- Implements
-
IRequest<RoleDto>IBaseRequest
Constructors
GetRoleByIdQuery(Guid)
public GetRoleByIdQuery(Guid Id)
Parameters
IdGuid
Properties
Id
public Guid Id { get; init; }
Property Value
- Guid