Class GetContentTypeByDeveloperName.Query
- Namespace
- Raytha.Application.ContentTypes.Queries
- Assembly
- Raytha.Application.dll
public record GetContentTypeByDeveloperName.Query : IRequest<IQueryResponseDto<ContentTypeDto>>, IBaseRequest, IEquatable<GetContentTypeByDeveloperName.Query>- Inheritance
- 
      
      GetContentTypeByDeveloperName.Query
- Implements
- 
      
      IBaseRequest
- Inherited Members
Properties
DeveloperName
public string DeveloperName { get; init; }