public override Dictionary <string, string> GetAllEntriesFromHash(string key) { return(_postgreSqlConnection.GetAllEntriesFromHash(key)); }
public override Dictionary <string, string> GetAllEntriesFromHash(string key) { return(_sqlServerConnection.GetAllEntriesFromHash(key)); }