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