Table of Contents

Class DeleteTenantCommand

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

Constructors

DeleteTenantCommand(Guid)

public DeleteTenantCommand(Guid Id)

Parameters

Id Guid

Properties

Id

public Guid Id { get; init; }

Property Value

Guid