Пример #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the CambioDePlan EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCambioDePlan(CambioDePlan cambioDePlan)
 {
     base.AddObject("CambioDePlan", cambioDePlan);
 }
Пример #2
0
 /// <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;
 }