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