Esempio n. 1
0
 // DELETES
 public void deleteEmpleado(int idEmp)
 {
     ws.deleteEmpleado(idEmp);
 }