Integracion_DGA/SHARED/DTO/Envios_DGA/MedicionSubterraneaResponse.cs
2025-07-16 20:39:24 -04:00

13 lines
271 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Shared.DTO.Envios_DGA
{
public class MedicionSubterraneaResponse
{
public string? NumeroComprobante { get; set; }
}
}