9 lines
174 B
C#
9 lines
174 B
C#
namespace APIFicheros.DTOs
|
|
{
|
|
public class PolizasFaltantes
|
|
{
|
|
public int idDocumento { get; set; }
|
|
public string descripcion { get; set; }
|
|
}
|
|
}
|
|
|