Examples of MedicBrokerDB


Examples of systole.persistence.brokersDB.MedicBrokerDB

    /**
     * @return the broker for medics
     */
    public MedicBroker getMedicBroker() {
        if (this.medicBroker == null) {
            this.medicBroker = new MedicBrokerDB();
        }
        return this.medicBroker;
    }
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.