Table of Contents

Class DeactivateModuleCommand

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

Constructors

DeactivateModuleCommand(Guid)

public DeactivateModuleCommand(Guid Id)

Parameters

Id Guid

Properties

Id

public Guid Id { get; init; }

Property Value

Guid