Class TenantSubModuleWithTenantDto
- Namespace
- KadicAuth.Application.Tenants.DTOs
- Assembly
- KadicAuth.Application.dll
public sealed record TenantSubModuleWithTenantDto
- Inheritance
-
object
TenantSubModuleWithTenantDto
Constructors
TenantSubModuleWithTenantDto(Guid, string, string)
public TenantSubModuleWithTenantDto(Guid Id, string Slug, string Name)
Parameters
Id Guid
Slug string
Name string
Properties
Id
public Guid Id { get; init; }
Property Value
- Guid
Name
public string Name { get; init; }
Property Value
- string
Slug
public string Slug { get; init; }
Property Value
- string