(string to, string subject, string templateName, Dictionary<string, string>? properties, CancellationToken cancellationToken)
| 3 | public interface IEmailClient |
| 4 | { |
| 5 | Task SendEmailAsync(string to, string subject, string templateName, Dictionary<string, string>? properties, CancellationToken cancellationToken); |
| 6 | } |
no outgoing calls
no test coverage detected