Ejemplo n.º 1
0
 public Relationship(JsonValue json)
 {
     Source = new RelationshipUser(json["source"]);
     Target = new RelationshipUser(json["target"]);
 }
Ejemplo n.º 2
0
 public Relationship(JsonValue json)
 {
     Source = new RelationshipUser(json["source"]);
     Target = new RelationshipUser(json["target"]);
 }