Exemplo n.º 1
0
 public IList <Paciente> buscaPorCPF(string cpf)
 {
     return(_repository.BuscarPacienteCPF(cpf));
 }