Пример #1
0
 @Override
 public void update(FoodType foodType) {
   try {
     // TODO Auto-generated method stub
     foodTypeDao.update(foodType);
   } catch (Exception e) {
     // TODO: handle exception
     throw new RuntimeException(e);
   }
 }