Ejemplo n.º 1
0
 public IEnumerable <Dependente> BuscaPorCpf(string cpf)
 {
     return(_dependenteService.BuscaPorCpf(cpf));
 }