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