/// <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 аптеки; }
/// <summary> /// Deprecated Method for adding a new object to the Аптеки EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToАптеки(Аптеки аптеки) { base.AddObject("Аптеки", аптеки); }