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