コード例 #1
0
 public override Dictionary <string, string> GetAllEntriesFromHash(string key)
 {
     return(_postgreSqlConnection.GetAllEntriesFromHash(key));
 }
コード例 #2
0
 public override Dictionary <string, string> GetAllEntriesFromHash(string key)
 {
     return(_sqlServerConnection.GetAllEntriesFromHash(key));
 }