예제 #1
0
파일: Item.cs 프로젝트: nexus49/grado
 /// <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;
 }