EmailProfilerDispatcher hinzugefügt und EnvelopeMailService erstellt.

This commit is contained in:
Developer 02
2024-05-22 09:54:49 +02:00
parent bc6972bcfb
commit 86bdb233c2
12 changed files with 47 additions and 170 deletions

View File

@@ -1,9 +0,0 @@
using DigitalData.Core.Contracts.Infrastructure;
using EnvelopeGenerator.Domain.Entities;
namespace EnvelopeGenerator.Infrastructure.Contracts
{
public interface IEmailOutRepository : ICRUDRepository<EmailOut, int>
{
}
}