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 +0,0 @@
namespace EnvelopeGenerator.Domain.HttpResponse
{
public class GtxMessagingResponse : Dictionary<string, object?> { }
}