Esempio n. 1
0
		private void detach_Gorod(Gorod entity)
		{
			this.SendPropertyChanging();
			entity.type_gorod = null;
		}
Esempio n. 2
0
		private void attach_Gorod(Gorod entity)
		{
			this.SendPropertyChanging();
			entity.type_gorod = this;
		}
Esempio n. 3
0
 partial void DeleteGorod(Gorod instance);
Esempio n. 4
0
 partial void UpdateGorod(Gorod instance);
Esempio n. 5
0
 partial void InsertGorod(Gorod instance);
Esempio n. 6
0
		private void attach_Gorod(Gorod entity)
		{
			this.SendPropertyChanging();
			entity.Raion = this;
		}