Files
hrynco-notification-service/HrynCo.NotificationService.slnx
T
Anatolii Grynchuk 25fb48ccf0 refactor: modularize email processing logic and improve service structure
- Extract email template handling, rendering, and sending code into `Worker.Services` project.
- Introduce `EmailTemplateService`, `EmailTemplateRenderingService`, and `SendEmailService`.
- Simplify consumer logic by delegating to scoped services.
- Update project dependencies and package references accordingly.
2026-05-14 22:15:15 +03:00

26 lines
1.5 KiB
XML

<Solution>
<Folder Name="/docker/">
<File Path="docker/environments/docker-compose.yml" />
<File Path="docker/environments/docker-compose.Development.yml" />
<Folder Name="/docker/Web/">
<File Path="HrynCo.NotificationService.Web/Dockerfile" />
</Folder>
<Folder Name="/docker/Worker/">
<File Path="HrynCo.NotificationService.Worker/Dockerfile" />
</Folder>
<Folder Name="/docker/Migrator/">
<File Path="HrynCo.NotificationService.Migrator/Dockerfile" />
</Folder>
</Folder>
<Project Path="HrynCo.NotificationService.Migrator/HrynCo.NotificationService.Migrator.csproj" />
<Project Path="HrynCo.NotificationService.Web.IntegrationTests/HrynCo.NotificationService.Web.IntegrationTests.csproj" />
<Project Path="HrynCo.NotificationService.Web/HrynCo.NotificationService.Web.csproj" />
<Project Path="HrynCo.NotificationService.Contracts/HrynCo.NotificationService.Contracts.csproj" />
<Project Path="HrynCo.NotificationService.DAL.Abstract/HrynCo.NotificationService.DAL.Abstract.csproj" />
<Project Path="HrynCo.NotificationService.DAL.EF/HrynCo.NotificationService.DAL.EF.csproj" />
<Project Path="HrynCo.NotificationService.Services.Tests/HrynCo.NotificationService.Services.Tests.csproj" />
<Project Path="HrynCo.NotificationService.Services/HrynCo.NotificationService.Services.csproj" />
<Project Path="HrynCo.NotificationService.Worker.Services/HrynCo.NotificationService.Worker.Services.csproj" />
<Project Path="HrynCo.NotificationService.Worker/HrynCo.NotificationService.Worker.csproj" />
</Solution>