public class Cliente | |
{ | |
public int ID { get; set; } | |
public string Nome { get; set; } | |
public string Cidade { get; set; } | |
public string UF { get; set; } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment