Ejemplo n.º 1
0
 public void saveOrUpdateAll(List<TDriverSalary> entities) {
   salaryDao.saveOrUpdateAll(entities);
 }