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