Skip to content

Instantly share code, notes, and snippets.

@ravero
Last active April 21, 2018 15:47
Show Gist options
  • Save ravero/1d422b526f57a4c655eb94d110bf80f7 to your computer and use it in GitHub Desktop.
Save ravero/1d422b526f57a4c655eb94d110bf80f7 to your computer and use it in GitHub Desktop.
/// <summary>
/// Obtém os itens da lista.
/// </summary>
public IList<Contact> Items { get; private set; }
/// <summary>
/// Obtém o número de telefone atual.
/// </summary>
public string PhoneNumber { get; private set; } = "+55 (11) 1111-1111";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment