Esempio n. 1
0
 public BasePenguinRelationship(PenguinRelationshipDirection direction, RelationDatastore datastore, long target) : this(direction, datastore)
 {
     this.Target = new PenguinReference(target);
 }
Esempio n. 2
0
 public BasePenguinRelationship(PenguinRelationshipDirection direction, RelationDatastore datastore) : this(datastore.RelationName)
 {
     this.Direction = direction;
     this.Datastore = datastore;
 }