Ejemplo n.º 1
0
 partial void DeleteProductCategory(ProductCategory instance);
Ejemplo n.º 2
0
 partial void InsertProductCategory(ProductCategory instance);
Ejemplo n.º 3
0
 partial void UpdateProductCategory(ProductCategory instance);
Ejemplo n.º 4
0
		private void detach_ProductCategories(ProductCategory entity)
		{
			this.SendPropertyChanging();
			entity.ProductCategory1 = null;
		}