using GestionIntegral.Api.Dtos.Comunicaciones; namespace GestionIntegral.Api.Services.Comunicaciones { public interface IEmailLogService { Task> ObtenerHistorialPorReferencia(string referenciaId); Task> ObtenerDetallesPorLoteId(int idLoteDeEnvio); } }