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