コード例 #1
0
 @Override
 public void delete(int id) {
   try {
     // TODO Auto-generated method stub
     foodTypeDao.delete(id);
   } catch (Exception e) {
     // TODO: handle exception
     throw new RuntimeException(e);
   }
 }