public IEnumerable <Paciente> GetByPlano(Guid planoId)
 {
     return(pacienteRepository.GetByPlano(planoId));
     //return pacienteAdo.BuscarPorPlano(planoId);
 }
Exemple #2
0
 public IEnumerable <Paciente> GetByPlano(Guid planoId)
 {
     return(pacienteRepository.GetByPlano(planoId));
 }