Ejemplo n.º 1
0
 public boolean existComputer(int pIdComputer) {
   return compDao.existComputer(pIdComputer);
 }