Created
January 27, 2020 20:52
-
-
Save gavilanch/4b40bbf16c1331842877b161c76fe11b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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