DatosPostAcuifero.cs 308B

12345678910111213141516
  1. using System;
  2. using System.Collections;
  3. using System.Collections.Generic;
  4. using System.Linq;
  5. using System.Threading.Tasks;
  6. namespace WebApplication3.Clases
  7. {
  8. public class DatosPostAcuifero
  9. {
  10. public string Nombre { get; set; }
  11. public Fichero Fichero { get; set; }
  12. }
  13. }