Beispiel #1
0
 public LicenciaLAD()
 {
     db = new GestionRHDbEntities();
 }
Beispiel #2
0
 public MesLAD()
 {
     db = new GestionRHDbEntities();
 }
Beispiel #3
0
 public VacacionLAD()
 {
     db = new GestionRHDbEntities();
 }
Beispiel #4
0
 public PermisoLAD()
 {
     db = new GestionRHDbEntities();
 }
Beispiel #5
0
 public UsuarioLAD()
 {
     db = new GestionRHDbEntities();
 }
Beispiel #6
0
 public CargoLAD()
 {
     db = new GestionRHDbEntities();
 }
Beispiel #7
0
 public NominaLAD()
 {
     db = new GestionRHDbEntities();
 }
Beispiel #8
0
 public DepartamentoLAD()
 {
     db = new GestionRHDbEntities();
 }
Beispiel #9
0
 public EmpleadoLAD()
 {
     db = new GestionRHDbEntities();
 }