refactor(GTXMessagingResponse): In die Anwendungsschicht verschoben.

This commit is contained in:
Developer 02
2025-01-24 17:11:38 +01:00
parent dcb25ffc4c
commit 713c2f3ed2
4 changed files with 2 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
using EnvelopeGenerator.Domain.HttpResponse;
using EnvelopeGenerator.Application.DTOs.Messaging;
namespace EnvelopeGenerator.Application.Extensions
{