Ejemplo n.º 1
0
 /// <summary>
 /// Create a new Asociaciones object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="nombre">Initial value of the nombre property.</param>
 public static Asociaciones CreateAsociaciones(global::System.Int32 id, global::System.String nombre)
 {
     Asociaciones asociaciones = new Asociaciones();
     asociaciones.id = id;
     asociaciones.nombre = nombre;
     return asociaciones;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Asociaciones EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAsociaciones(Asociaciones asociaciones)
 {
     base.AddObject("Asociaciones", asociaciones);
 }