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Поступление_в_приют(Поступление_в_приютItem поступление_в_приютItem)
 {
     base.AddObject("Поступление_в_приют", поступление_в_приютItem);
 }
Example #2
0
 /// <summary>
 /// Create a new Поступление_в_приютItem object.
 /// </summary>
 /// <param name="личный_номер">Initial value of the Личный_номер property.</param>
 public static Поступление_в_приютItem CreateПоступление_в_приютItem(global::System.Int32 личный_номер)
 {
     Поступление_в_приютItem поступление_в_приютItem = new Поступление_в_приютItem();
     поступление_в_приютItem.Личный_номер = личный_номер;
     return поступление_в_приютItem;
 }