Class DeactivateModuleCommand
- Namespace
- KadicAuth.Application.Modules.Commands
- Assembly
- KadicAuth.Application.dll
public sealed record DeactivateModuleCommand : IRequest<Unit>, IBaseRequest
- Inheritance
-
objectDeactivateModuleCommand
- Implements
-
IRequest<Unit>IBaseRequest
Constructors
DeactivateModuleCommand(Guid)
public DeactivateModuleCommand(Guid Id)
Parameters
IdGuid
Properties
Id
public Guid Id { get; init; }
Property Value
- Guid