Exemplo n.º 1
0
 @Override
 public void saveOrUpdate(List<FXRateDTO> fxRateList) {
   fxRateDAO.saveOrUpdate(fxRateList);
 }