Как одата расширить мульти ICollection - PullRequest
0 голосов
/ 08 мая 2020
public class UniqueRecordModel
{
 [...]
 public virtual ICollection<VehicleAxleWeightModel> vehicle_axle_weights { get; set; }
 public virtual ICollection<RecordModel> records { get; set; }
 [...]
}

Пример: https://localhost: 5001 / api / uniquerecord (1) ? $ Expand = records, vehicle_axle_weights

...