Table of Contents

Class DeleteRoleCommand

Namespace
KadicAuth.Application.Roles.Commands
Assembly
KadicAuth.Application.dll
public sealed record DeleteRoleCommand : IRequest<Result>, IBaseRequest
Inheritance
object
DeleteRoleCommand
Implements
IRequest<Result>
IBaseRequest

Constructors

DeleteRoleCommand(Guid)

public DeleteRoleCommand(Guid RoleId)

Parameters

RoleId Guid

Properties

RoleId

public Guid RoleId { get; init; }

Property Value

Guid