50eaefb868ccb4761a2b2c3c3b5f8f24c8ccfd29
- Rename GetSenderQuery to GetEmailAccountQuery with updated return type (IEnumerable<EmailAccountDto>) - Handler now queries IRepository<EmailAccount> directly instead of chaining MediatR dispatches - Add EmailAccountModificationCommand for create/update/delete operations on email accounts - Update GetSenderQueryValidator to reference renamed query type - Remove exclusive Id/Username validation rule (now handled by repo query logic)
DigitalData.MessagingService
Description
Languages
C#
100%