Example #1
0
 @Override
 public void delete(Item item) throws Exception {
   itemdao.delete(item);
 }