20de7da93dedf3b901d49c34b21ed30683cb41b1
Refactor the codebase to rename `SendEmailCommand` and its associated components to `PublishEmailCommand` for improved clarity and consistency. - Updated mapping in `EmailMappingProfile.cs` to use `PublishEmailCommand` instead of `SendEmailCommand`. - Renamed `SendEmailCommand` to `PublishEmailCommand` in `PublishEmailCommand.cs`, including its methods like `WithAttachments`. - Renamed `SendEmailCommandHandler` to `PublishEmailCommandHandler` and updated its method signature to handle the new command. - Renamed `SendEmailCommandValidator` to `PublishEmailCommandValidator` and updated validation rules accordingly. - Updated the `SendEmail` action in `EmailsController.cs` to accept `PublishEmailCommand` instead of `SendEmailCommand`. These changes ensure consistency across the codebase and better reflect the purpose of the command.
DigitalData.MessagingService
Description
Languages
C#
100%