Examples of AsistentaSocial


Examples of entidades.AsistentaSocial

  private String mensaje;
 

  public EmpleadoBean(){
    System.out.println("Creando EmpleadoBean...");
    nuevoAsistentaSocial = new AsistentaSocial();
    nuevoSecretariaAcademica = new SecretariaAcademica();
    nuevoACA = new AsistenteCoordinacionAcademica();
    nuevoADA = new AsistenteDireccionAcademica();
    CargarPerfiles();
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.