Esempio n. 1
0
 @Override
 public List<Item> getAllItem() throws Exception {
   return itemdao.queryAll();
 }