Example #1
0
 public static List <Contato> ListarContatosPorNome(string nome)
 {
     return(ContatoRepositorio.ListarContatosPorNome(nome));
 }