26272829303132333435
private StorageManager m_storage; // CONSTRUCTORS \\ public BackendImpl() { m_config = new PropertiesConfiguration(); m_history = new History(); m_users = new UserBase(); m_storage = new StorageManagerImpl(); }