Table of Contents

Class DeactivateTenantModuleCommand

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

Constructors

DeactivateTenantModuleCommand(Guid, Guid)

public DeactivateTenantModuleCommand(Guid TenantId, Guid ModuleId)

Parameters

TenantId Guid
ModuleId Guid

Properties

ModuleId

public Guid ModuleId { get; init; }

Property Value

Guid

TenantId

public Guid TenantId { get; init; }

Property Value

Guid