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