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