Table of Contents

Class DeactivateSubModuleCommand

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

Constructors

DeactivateSubModuleCommand(Guid)

public DeactivateSubModuleCommand(Guid Id)

Parameters

Id Guid

Properties

Id

public Guid Id { get; init; }

Property Value

Guid