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