Ejemplo n.º 1
0
 public RelatedEntityOneToMany(string relatedIdProperty, OdataObject obj) : this(relatedIdProperty)
 {
     obj.AsRelatedEntity(this);
 }