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