Exemplo n.º 1
0
		private void detach_Products_CrossSells1(Products_CrossSell entity)
		{
			this.SendPropertyChanging();
			entity.Product1 = null;
		}
Exemplo n.º 2
0
		private void attach_Products_CrossSells(Products_CrossSell entity)
		{
			this.SendPropertyChanging();
			entity.Product = this;
		}