Exemplo n.º 1
0
 public void Update(KeyValueBaseClient.KeyValueBaseReference.KeyImpl key, KeyValueBaseClient.KeyValueBaseReference.ValueListImpl newValue)
 {
     base.Channel.Update(key, newValue);
 }
Exemplo n.º 2
0
 public void Insert(KeyValueBaseClient.KeyValueBaseReference.KeyImpl key, KeyValueBaseClient.KeyValueBaseReference.ValueListImpl value)
 {
     base.Channel.Insert(key, value);
 }