Table of Contents

Class ActivateTenantSubModuleCommand

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

Constructors

ActivateTenantSubModuleCommand(Guid, Guid)

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