Example #1
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 аптеки;
 }
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("Аптеки", аптеки);
 }