Table of Contents

Class ActivateSubModuleCommand

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

Constructors

ActivateSubModuleCommand(Guid)

public ActivateSubModuleCommand(Guid Id)

Parameters

Id Guid

Properties

Id

public Guid Id { get; init; }

Property Value

Guid