コード例 #1
0
ファイル: Seller.cs プロジェクト: nexus49/grado
 /// <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;
 }