Ejemplo n.º 1
0
 public void deleteEmployee(Employee employee) {
   employeeDao.remove(employee.getId());
 }