Beispiel #1
0
 public void delete(int id) {
   Assert.notNull(id);
   surveyRepository.delete(id);
 }