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