예제 #1
0
 public void Remove(KeyWithRelationship keyWithRelationship)
 {
     Remove(keyWithRelationship.Key, keyWithRelationship.KvLocalRelationshipProvider);
 }
예제 #2
0
 public void Add(KeyWithRelationship keyWithRelationship)
 {
     Add(keyWithRelationship.Key, keyWithRelationship.KvLocalRelationshipProvider);
 }