Table of Contents

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
IRequest<CommandResponseDto<ShortGuid>>
IBaseRequest
Inherited Members

Properties

Bcc

public string Bcc { get; init; }

Property Value

string

Cc

public string Cc { get; set; }

Property Value

string

Content

public string Content { get; init; }

Property Value

string

Subject

public string Subject { get; init; }

Property Value

string