Beispiel #1
0
 public void delete(Set<Comment> comments) {
   commRepo.delete(comments);
 }