Ejemplo n.º 1
0
 @Override
 public void deleteByEncryption(String id) {
   TShopImage shopImage = shopImageDao.findByEncryption(id);
   shopImageDao.delete(shopImage);
 }