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