Пример #1
0
 public IEnumerable <KeyValuePair <byte[], byte[]> > GetMany(byte[][] keys)
 {
     return(_db.MultiGet(keys));
 }