示例#1
0
 // Obtiene el correlativo de la vacante segun departamento
 public int getCorrVac(int idDpto)
 {
     return(ws.getCorrVac(idDpto));
 }