Package fr.aston.gestionconges.services.impl

Examples of fr.aston.gestionconges.services.impl.ServiceMockDemandeCongesImpl


   
  // si l'impl�mentation impl="bouchon" alors retourner l'impl�mentation
  // ServiceMockDemandeCongesImpl
  // sinon retourner l'impl�mentation ServiceDemandeCongesImpl
  if ("BOUCHON".equals(Messages.getString("FactoryServices.impl"))) {  //$NON-NLS-1$
    serviceDemandeConges = new ServiceMockDemandeCongesImpl();
          }
  else {
    serviceDemandeConges = new ServiceDemandeCongesImpl();
    }
 
View Full Code Here

TOP

Related Classes of fr.aston.gestionconges.services.impl.ServiceMockDemandeCongesImpl

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.