Exemplo n.º 1
0
 public Participante GetCpf(string pCpf)
 {
     return(_repository.GetCpf(pCpf));
 }