Class CreateModuleDto
- Namespace
- KadicAuth.Application.Modules.DTOs
- Assembly
- KadicAuth.Application.dll
public record CreateModuleDto
- Inheritance
-
object
CreateModuleDto
Constructors
CreateModuleDto(string, string, string?)
public CreateModuleDto(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