Example #1
0
 partial void DeleteProductToLine(ProductToLine instance);
Example #2
0
 partial void UpdateProductToLine(ProductToLine instance);
Example #3
0
		private void detach_ProductToLines(ProductToLine entity)
		{
			this.SendPropertyChanging();
			entity.ProductLine = null;
		}
Example #4
0
 partial void InsertProductToLine(ProductToLine instance);
Example #5
0
		private void attach_ProductToLines(ProductToLine entity)
		{
			this.SendPropertyChanging();
			entity.Product = this;
		}