/// <summary> /// Deprecated Method for adding a new object to the Чай EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToЧай(Чай чай) { base.AddObject("Чай", чай); }
/// <summary> /// Create a new Чай object. /// </summary> /// <param name="id_чая">Initial value of the id_чая property.</param> public static Чай CreateЧай(global::System.Int32 id_чая) { Чай чай = new Чай(); чай.id_чая = id_чая; return чай; }