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