public class Cliente | |
{ | |
public int Id { get; set } | |
public bool Ativo { get; set; } | |
//Outros atributos... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
public class Cliente | |
{ | |
public int Id { get; set } | |
public bool Ativo { get; set; } | |
//Outros atributos... | |
} |