Example #1
0
 public EmpleadoEntity()
 {
     objArea = new AreaEntity();
     objCargo = new CargoEntity();
 }
Example #2
0
 public EmpleadoEntity()
 {
     objArea  = new AreaEntity();
     objCargo = new CargoEntity();
 }