Table of Contents

Class DeactivateTenantCommand

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

Constructors

DeactivateTenantCommand(Guid)

public DeactivateTenantCommand(Guid Id)

Parameters

Id Guid

Properties

Id

public Guid Id { get; init; }

Property Value

Guid