/// <summary>
 /// Create a new hs_pr_salary_currency_detail object.
 /// </summary>
 /// <param name="sal_grd_code">Initial value of the sal_grd_code property.</param>
 /// <param name="currency_id">Initial value of the currency_id property.</param>
 public static hs_pr_salary_currency_detail Createhs_pr_salary_currency_detail(global::System.String sal_grd_code, global::System.String currency_id)
 {
     hs_pr_salary_currency_detail hs_pr_salary_currency_detail = new hs_pr_salary_currency_detail();
     hs_pr_salary_currency_detail.sal_grd_code = sal_grd_code;
     hs_pr_salary_currency_detail.currency_id = currency_id;
     return hs_pr_salary_currency_detail;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the hs_pr_salary_currency_detail EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTohs_pr_salary_currency_detail(hs_pr_salary_currency_detail hs_pr_salary_currency_detail)
 {
     base.AddObject("hs_pr_salary_currency_detail", hs_pr_salary_currency_detail);
 }