Class DeactivateTenantCommand
- Namespace
- KadicAuth.Application.Tenants.Commands
- Assembly
- KadicAuth.Application.dll
public sealed record DeactivateTenantCommand : IRequest<string>, IBaseRequest
- Inheritance
-
objectDeactivateTenantCommand
- Implements
-
IRequest<string>IBaseRequest
Constructors
DeactivateTenantCommand(Guid)
public DeactivateTenantCommand(Guid Id)
Parameters
IdGuid
Properties
Id
public Guid Id { get; init; }
Property Value
- Guid