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