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