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