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