3132333435363738
} public SimpleDatabaseMgr(String dirPath) { m_offerDb = new OfferDatabaseImpl(dirPath); m_typeDb = new TypeDatabaseImpl(dirPath); }