Table of Contents

Class DeleteSubModuleCommand

Namespace
KadicAuth.Application.SubModules.Commands
Assembly
KadicAuth.Application.dll
public sealed record DeleteSubModuleCommand : IRequest<Result>, IBaseRequest
Inheritance
object
DeleteSubModuleCommand
Implements
IRequest<Result>
IBaseRequest

Constructors

DeleteSubModuleCommand(Guid)

public DeleteSubModuleCommand(Guid Id)

Parameters

Id Guid

Properties

Id

public Guid Id { get; init; }

Property Value

Guid