Files
EnvelopeGenerator/EnvelopeGenerator.Application/Common/Dto/Messaging/GtxMessagingResponse.cs
2025-09-09 18:18:47 +02:00

9 lines
240 B
C#

using Microsoft.AspNetCore.Mvc;
namespace EnvelopeGenerator.Application.Common.Dto.Messaging;
/// <summary>
///
/// </summary>
[ApiExplorerSettings(IgnoreApi = true)]
public class GtxMessagingResponse : Dictionary<string, object?> { }