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