Arreglado fallo de aunteticación y agregado endpoint de subir archivo (sin probar)
This commit is contained in:
9
APIFicheros/DTOs/DatosFicheros.cs
Normal file
9
APIFicheros/DTOs/DatosFicheros.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace APIFicheros.DTOs
|
||||
{
|
||||
public class DatosFicheros
|
||||
{
|
||||
public int idDocumento { get; set; }
|
||||
public IFormFile fichero { get; set; }
|
||||
public string descripcion { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user