/// <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; }
/// <summary> /// Deprecated Method for adding a new object to the Asociaciones EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToAsociaciones(Asociaciones asociaciones) { base.AddObject("Asociaciones", asociaciones); }