$mermaidjs
Clean Architecture Demo
Loading...
Searching...
No Matches
IEmailService.cs
Go to the documentation of this file.
2
38public interface IEmailService
39{
40 Task SendTaskCompletedNotificationAsync(Guid taskId, CancellationToken cancellationToken = default);
41}
IEmailService es la abstracción para envío de notificaciones por correo electrónico.
Task SendTaskCompletedNotificationAsync(Guid taskId, CancellationToken cancellationToken=default)