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