Examples of consulterInfoUserByDemande()


Examples of fr.aston.gestionconges.services.impl.ServiceDemandeCongesImpl.consulterInfoUserByDemande()

  }
 
  public void testConsulterInfoUserByDemande() {
    //1. On r�cup�re une demande existante
    ServiceDemandeCongesImpl serviceDemandeConges=new ServiceDemandeCongesImpl();
        InfoDemandeUserDto idudto =  serviceDemandeConges.consulterInfoUserByDemande(1);

    Journalisation log = new Journalisation();
    log.logWithParameters("testConsulterInfoUserByDemande :idudto ", idudto);

   
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.