Creada api y primer verbo buscar ficheros faltantes
This commit is contained in:
9
APIFicheros/DTOs/PolizasFaltantes.cs
Normal file
9
APIFicheros/DTOs/PolizasFaltantes.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace APIFicheros.DTOs
|
||||
{
|
||||
public class PolizasFaltantes
|
||||
{
|
||||
public int idDocumento { get; set; }
|
||||
public string descripcion { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user