/// <summary> /// Create a new thuhoi_log object. /// </summary> /// <param name="id">Initial value of the id property.</param> public static thuhoi_log Createthuhoi_log(global::System.Decimal id) { thuhoi_log thuhoi_log = new thuhoi_log(); thuhoi_log.id = id; return thuhoi_log; }
/// <summary> /// Deprecated Method for adding a new object to the thuhoi_log EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTothuhoi_log(thuhoi_log thuhoi_log) { base.AddObject("thuhoi_log", thuhoi_log); }