Esempio n. 1
0
 public override Dictionary <string, string> GetAllEntriesFromHash(string key)
 {
     return(_postgreSqlConnection.GetAllEntriesFromHash(key));
 }
Esempio n. 2
0
 public override Dictionary <string, string> GetAllEntriesFromHash(string key)
 {
     return(_sqlServerConnection.GetAllEntriesFromHash(key));
 }