Package fr.emn.nuitinfo.model.persistence.impl

Examples of fr.emn.nuitinfo.model.persistence.impl.ChasseMockDAO


    return utilisateurDAO;
  }

  public static IDAO<IChasse> getChasseDAO() {
    if (chasseDAO == null) {
      chasseDAO = new ChasseMockDAO();
    }

    return chasseDAO;
  }
View Full Code Here

TOP

Related Classes of fr.emn.nuitinfo.model.persistence.impl.ChasseMockDAO

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.