Example #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("Продажи", продажи);
 }
Example #2
0
 /// <summary>
 /// Create a new Продажи object.
 /// </summary>
 /// <param name="id_продажи">Initial value of the id_продажи property.</param>
 /// <param name="id_товара">Initial value of the id_товара property.</param>
 /// <param name="id_сборки">Initial value of the id_сборки property.</param>
 public static Продажи CreateПродажи(global::System.Int32 id_продажи, global::System.Int32 id_товара, global::System.Int32 id_сборки)
 {
     Продажи продажи = new Продажи();
     продажи.id_продажи = id_продажи;
     продажи.id_товара = id_товара;
     продажи.id_сборки = id_сборки;
     return продажи;
 }