Пример #1
0
 public Relationship(RelationshipCounter counter)
 {
     Id = "r" + counter.GetNextId();
 }
Пример #2
0
 public Relationship(RelationshipCounter counter)
 {
     Id = "r" + counter.GetNextId();
 }