Class UpdateModuleCommand
- Namespace
- KadicAuth.Application.Modules.Commands
- Assembly
- KadicAuth.Application.dll
public sealed record UpdateModuleCommand : IRequest<Result>, IBaseRequest
- Inheritance
-
object
UpdateModuleCommand
- Implements
-
IRequest<Result>
IBaseRequest
Constructors
UpdateModuleCommand(Guid, string, string?)
public UpdateModuleCommand(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