public static ERDAdapter getInstance() { if (instance == null) { instance = new ERDAdapter(); } return(instance); }
public static ERDAdapter getInstance() { if (instance == null) instance = new ERDAdapter(); return instance; }
public BaseController() { adapter = ERDAdapter.getInstance(); }