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

@@ -0,0 +1,4 @@
namespace EnvelopeGenerator.Application.DTOs.Messaging
{
public class GtxMessagingResponse : Dictionary<string, object?> { }
}