예제 #1
0
파일: Offer.cs 프로젝트: nexus49/grado
 /// <summary>
 /// Sets the LoyaltyPoints property
 /// </summary>
 /// <param name="loyaltyPoints">LoyaltyPoints property</param>
 /// <returns>this instance</returns>
 public Offer WithLoyaltyPoints(LoyaltyPoints loyaltyPoints)
 {
     this.loyaltyPointsField = loyaltyPoints;
     return this;
 }