6 lines
167 B
C#
6 lines
167 B
C#
namespace EnvelopeGenerator.Application.Common.Dto.Messaging;
|
|
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public class GtxMessagingResponse : Dictionary<string, object?> { } |