Example #1
0
 public InformeEntity()
 {
     objPlantilla       = new PlantillaEntity();
     objPartida         = new PartidaEntity();
     objEmpleadoAprueba = new EmpleadoEntity();
     objEmpleadoRespon  = new EmpleadoEntity();
 }
 public PlantillaDetaEntity()
 {
     objPlantilla = new PlantillaEntity();
     objPartida = new PartidaEntity();
     objEmpleadoAprueba = new EmpleadoEntity();
     objEmpleadoRespon = new EmpleadoEntity();
 }