Exemplo n.º 1
0
 public Doctor FindByCPF(string cpf)
 {
     return(_doctorRepository.FindByCPF(cpf));
 }