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