Beispiel #1
0
 public Boolean remove(String id) {
   dao.findById(id).remove();
   return true;
 }