コード例 #1
0
 public InformeEntity()
 {
     objPlantilla       = new PlantillaEntity();
     objPartida         = new PartidaEntity();
     objEmpleadoAprueba = new EmpleadoEntity();
     objEmpleadoRespon  = new EmpleadoEntity();
 }
コード例 #2
0
 public PlantillaDetaEntity()
 {
     objPlantilla = new PlantillaEntity();
     objPartida = new PartidaEntity();
     objEmpleadoAprueba = new EmpleadoEntity();
     objEmpleadoRespon = new EmpleadoEntity();
 }