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