Esempio n. 1
0
 public Computer getComputerById(int pIdComputer) {
   Computer c = compDao.getComputerById(pIdComputer);
   return c;
 }