namespace APIFicheros.DTOs { public class DatosFicheros { public int idDocumento { get; set; } public IFormFile fichero { get; set; } public string descripcion { get; set; } } }