Skip to content

Instantly share code, notes, and snippets.

@gavilanch
Created January 27, 2020 20:52
Show Gist options
  • Select an option

  • Save gavilanch/4b40bbf16c1331842877b161c76fe11b to your computer and use it in GitHub Desktop.

Select an option

Save gavilanch/4b40bbf16c1331842877b161c76fe11b to your computer and use it in GitHub Desktop.
public class Estudiante {
public int Id { get; set; }
public string Nombre { get; set; }
public int Edad { get; set; }
public bool EstaBorrado { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment