Table of Contents

Class ActivateModuleCommand

Namespace
KadicAuth.Application.Modules.Commands
Assembly
KadicAuth.Application.dll
public sealed record ActivateModuleCommand : IRequest<Unit>, IBaseRequest
Inheritance
object
ActivateModuleCommand
Implements
IRequest<Unit>
IBaseRequest

Constructors

ActivateModuleCommand(Guid)

public ActivateModuleCommand(Guid Id)

Parameters

Id Guid

Properties

Id

public Guid Id { get; init; }

Property Value

Guid