Beispiel #1
0
 public Survey findOne(int id) {
   Assert.notNull(id);
   return surveyRepository.findOne(id);
 }