Пример #1
0
 /// <summary>
 /// Sets the Location property
 /// </summary>
 /// <param name="location">Location property</param>
 /// <returns>this instance</returns>
 public Seller WithLocation(SellerLocation location)
 {
     this.locationField = location;
     return this;
 }