/// <summary> /// Deprecated Method for adding a new object to the Firma EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToFirma(Firma firma) { base.AddObject("Firma", firma); }
/// <summary> /// Create a new Firma object. /// </summary> /// <param name="idFirma">Initial value of the IdFirma property.</param> public static Firma CreateFirma(global::System.Int32 idFirma) { Firma firma = new Firma(); firma.IdFirma = idFirma; return firma; }