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