Class CreateSubModuleInput
- Namespace
- KadicAuth.Application.SubModules.DTOs
- Assembly
- KadicAuth.Application.dll
public sealed record CreateSubModuleInput
- Inheritance
-
object
CreateSubModuleInput
Constructors
public CreateSubModuleInput(string Name, string? Description = null, string? Slug = null)
Parameters
Name string
Description string
Slug string
Properties
public string? Description { get; init; }
Property Value
- string
public string Name { get; init; }
Property Value
- string
public string? Slug { get; init; }
Property Value
- string