Class GetWebTemplateByDeveloperName.Query
- Namespace
- Raytha.Application.Themes.WebTemplates.Queries
- Assembly
- Raytha.Application.dll
public record GetWebTemplateByDeveloperName.Query : IRequest<IQueryResponseDto<WebTemplateDto>>, IBaseRequest, IEquatable<GetWebTemplateByDeveloperName.Query>
- Inheritance
-
GetWebTemplateByDeveloperName.Query
- Implements
-
IBaseRequest
- Inherited Members
Properties
DeveloperName
public required string DeveloperName { get; init; }
Property Value
ThemeId
public required ShortGuid ThemeId { get; init; }
Property Value
- ShortGuid