Files
Asegasa.NET/APIFicheros/DTOs/PolizasFaltantes.cs

9 lines
174 B
C#

namespace APIFicheros.DTOs
{
public class PolizasFaltantes
{
public int idDocumento { get; set; }
public string descripcion { get; set; }
}
}