Example #1
0
 partial void DeleteNop280_Customer(Nop280_Customer instance);
Example #2
0
 partial void UpdateNop280_Customer(Nop280_Customer instance);
Example #3
0
		private void detach_Customers1(Nop280_Customer entity)
		{
			this.SendPropertyChanging();
			entity.Nop280_Address = null;
		}
Example #4
0
 partial void InsertNop280_Customer(Nop280_Customer instance);
Example #5
0
		private void attach_Customers(Nop280_Customer entity)
		{
			this.SendPropertyChanging();
			entity.Address = this;
		}