Ejemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Чай EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToЧай(Чай чай)
 {
     base.AddObject("Чай", чай);
 }
Ejemplo n.º 2
0
 /// <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 чай;
 }