Class DeleteRoleCommand
- Namespace
- KadicAuth.Application.Roles.Commands
- Assembly
- KadicAuth.Application.dll
public sealed record DeleteRoleCommand : IRequest<Result>, IBaseRequest
- Inheritance
-
objectDeleteRoleCommand
- Implements
-
IRequest<Result>IBaseRequest
Constructors
DeleteRoleCommand(Guid)
public DeleteRoleCommand(Guid RoleId)
Parameters
RoleIdGuid
Properties
RoleId
public Guid RoleId { get; init; }
Property Value
- Guid