Class EditEmailTemplate.Command
- Namespace
- Raytha.Application.EmailTemplates.Commands
- Assembly
- Raytha.Application.dll
public record EditEmailTemplate.Command : LoggableEntityRequest<CommandResponseDto<ShortGuid>>, IRequest<CommandResponseDto<ShortGuid>>, IBaseRequest, ILoggableRequest, IEquatable<LoggableRequest<CommandResponseDto<ShortGuid>>>, ILoggableEntityRequest, IEquatable<LoggableEntityRequest<CommandResponseDto<ShortGuid>>>, IEquatable<EditEmailTemplate.Command>
- Inheritance
-
EditEmailTemplate.Command
- Implements
-
IBaseRequest
- Inherited Members
Properties
Bcc
public string Bcc { get; init; }
Property Value
Cc
public string Cc { get; set; }
Property Value
Content
public string Content { get; init; }
Property Value
Subject
public string Subject { get; init; }