using Application.Models; namespace Application.Interfaces; public interface IEmailService { void SendEmailAsync(EmailRequest emailRequest); }