Integracion_DGA/SHARED/DTO/Envios_DGA/MedicionSubterraneaResponse.cs

14 lines
271 B
C#
Raw Permalink Normal View History

2025-07-16 20:39:24 -04:00
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; }
}
}