Пример #1
0
 public bool AddHashItem(string key, string key_hash, byte[] value)
 {
     return(_db.HashSet(key, key_hash, value));
 }