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