Package controlador

Examples of controlador.NotificacionController


  public void run() {
    log.info("Componente Notificador - Proyecto SGAE");
        log.info("Creado por: Rhandy Muguruza");
        log.info("Grupo: Sistema de Gestion Academica Escolar");
        log.info("Fecha Creacion 28/01/2012");
        NotificacionController minot=new NotificacionController();
        minot.procesoNotificacion();

  }
View Full Code Here

TOP

Related Classes of controlador.NotificacionController

Copyright © 2018 www.massapicom. 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.