Table of Contents

Class ActivateTenantModuleCommand

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

Constructors

ActivateTenantModuleCommand(Guid, Guid)

public ActivateTenantModuleCommand(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