partial void DeleteProductsRefPropery(ProductsRefPropery instance);
partial void UpdateProductsRefPropery(ProductsRefPropery instance);
private void detach_ProductsRefProperies(ProductsRefPropery entity) { this.SendPropertyChanging(); entity.Product = null; }
partial void InsertProductsRefPropery(ProductsRefPropery instance);
private void attach_ProductsRefProperies(ProductsRefPropery entity) { this.SendPropertyChanging(); entity.ProductProperty = this; }