Table of Contents

Class DeactivateTenantSubModuleCommand

Namespace
KadicAuth.Application.TenantSubModules.Commands
Assembly
KadicAuth.Application.dll
public sealed record DeactivateTenantSubModuleCommand : IRequest<Result>, IBaseRequest
Inheritance
object
DeactivateTenantSubModuleCommand
Implements
IRequest<Result>
IBaseRequest

Constructors

DeactivateTenantSubModuleCommand(Guid, Guid)

public DeactivateTenantSubModuleCommand(Guid TenantId, Guid SubModuleId)

Parameters

TenantId Guid
SubModuleId Guid

Properties

SubModuleId

public Guid SubModuleId { get; init; }

Property Value

Guid

TenantId

public Guid TenantId { get; init; }

Property Value

Guid