Пример #1
0
		private void attach_CartItems(CartItem entity)
		{
			this.SendPropertyChanging();
			entity.Product = this;
		}
Пример #2
0
		private void detach_CartItems(CartItem entity)
		{
			this.SendPropertyChanging();
			entity.Product = null;
		}
Пример #3
0
		private void attach_CartItems(CartItem entity)
		{
			this.SendPropertyChanging();
			entity.Customer = this;
		}