Table of Contents

Class GetTenantSubModuleByIdQuery

Namespace
KadicAuth.Application.TenantSubModules.Queries
Assembly
KadicAuth.Application.dll
public sealed record GetTenantSubModuleByIdQuery : IRequest<TenantSubModuleDto?>, IBaseRequest
Inheritance
object
GetTenantSubModuleByIdQuery
Implements
IBaseRequest

Constructors

GetTenantSubModuleByIdQuery(Guid)

public GetTenantSubModuleByIdQuery(Guid Id)

Parameters

Id Guid

Properties

Id

public Guid Id { get; init; }

Property Value

Guid