예제 #1
0
 public UsuariosDAL()
 {
     conexion = new ConexionDAL();
     ws       = conexion.conectarWS();
 }
예제 #2
0
 public EvaluacionesDAL()
 {
     conexion = new ConexionDAL();
     ws       = conexion.conectarWS();
 }
예제 #3
0
 public DepartamentosDAL()
 {
     conexion = new ConexionDAL();
     ws       = conexion.conectarWS();
 }
예제 #4
0
 public VacantesDAL()
 {
     conexion = new ConexionDAL();
     ws       = conexion.conectarWS();
 }
예제 #5
0
 public CapacitacionesDAL()
 {
     conexion = new ConexionDAL();
     ws       = conexion.conectarWS();
 }
예제 #6
0
 public LoginDAL()
 {
     conexion = new ConexionDAL();
     ws       = conexion.conectarWS();
 }
예제 #7
0
 public wsRRHH.webServRRHH conectarWS()
 {
     wsRRHH.webServRRHH ws = new wsRRHH.webServRRHH();
     return(ws);
 }
예제 #8
0
 public EmpleadosDAL()
 {
     conexion = new ConexionDAL();
     ws       = conexion.conectarWS();
 }