예제 #1
0
 private bool ExisteContatoCadastrado(string nome)
 {
     return(_contatoRepositorio.ObterPorNome(nome) != null);
 }