コード例 #1
0
ファイル: ItemServiceImpl.java プロジェクト: Kaibin/MLDN
 @Override
 public void delete(Item item) throws Exception {
   itemdao.delete(item);
 }