Пример #1
0
 /// <summary>
 /// Sets the EditorialReviews property
 /// </summary>
 /// <param name="editorialReviews">EditorialReviews property</param>
 /// <returns>this instance</returns>
 public Item WithEditorialReviews(EditorialReviews editorialReviews)
 {
     this.editorialReviewsField = editorialReviews;
     return this;
 }