Table of Contents

Class DeletePermissionCommand

Namespace
KadicAuth.Application.Permissions.Commands
Assembly
KadicAuth.Application.dll
public sealed record DeletePermissionCommand : IRequest<Unit>, IBaseRequest
Inheritance
object
DeletePermissionCommand
Implements
IRequest<Unit>
IBaseRequest

Constructors

DeletePermissionCommand(Guid)

public DeletePermissionCommand(Guid Id)

Parameters

Id Guid

Properties

Id

public Guid Id { get; init; }

Property Value

Guid