using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace WebApplication3.Clases { public class DatosPostAcuifero { public string Nombre { get; set; } public Fichero Fichero { get; set; } } }