예제 #1
0
 public DataSet getEmpleadosByDpto(int idDpto)
 {
     return(ws.getEmpleadosByDpto(idDpto));
 }