示例#1
0
		private void detach_AddressCZS(AddressCZS entity)
		{
			this.SendPropertyChanging();
			entity.Gorod = null;
		}
示例#2
0
		private void attach_AddressCZS(AddressCZS entity)
		{
			this.SendPropertyChanging();
			entity.Gorod = this;
		}
示例#3
0
 partial void UpdateAddressCZS(AddressCZS instance);
示例#4
0
 partial void DeleteAddressCZS(AddressCZS instance);
示例#5
0
 partial void InsertAddressCZS(AddressCZS instance);