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