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