コード例 #1
0
 public IEnumerable <Dependente> BuscaPorCpf(string cpf)
 {
     return(_dependenteService.BuscaPorCpf(cpf));
 }