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