Skip to content

Instantly share code, notes, and snippets.

@jean-lourenco
Created January 30, 2018 12:02
Show Gist options
  • Save jean-lourenco/c45ff98e75b8fb0b2f68aa26e1ec1247 to your computer and use it in GitHub Desktop.
Save jean-lourenco/c45ff98e75b8fb0b2f68aa26e1ec1247 to your computer and use it in GitHub Desktop.
DTO de exemplo do GET api/v1/CartaoDebito/ListaCartoesVinculados
public class CartaoNaListagemDto
{
public long Id { get; set; }
public string NomeNoCartao { get; set; }
public string QuatroUltimosNumeros { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment