示例#1
0
 @Override
 public Medecin getMedecinById(long id) {
   return medecinRepository.findOne(id);
 }