コード例 #1
0
 private void AddRelationshipToInternalStructures(Relationship relationship)
 {
     _relationshipsById.Add(relationship.Id, relationship);
     IdGenerator.Found(relationship.Id);
 }