Package net.fqsc.inscriptions.model.identification

Examples of net.fqsc.inscriptions.model.identification.Personnes.output()


    final Clubs clubs = this.utils.getClubs();
    clubs.output("Clubs");

    final Personnes personnes = this.utils.getPersonnes();
    personnes.output("Personnes");
  }

}
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.