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