Пример #1
0
		private void detach_ProductComponents(ProductComponent entity)
		{
			this.SendPropertyChanging();
			entity.Component = null;
		}
Пример #2
0
 partial void DeleteProductComponent(ProductComponent instance);
Пример #3
0
 partial void InsertProductComponent(ProductComponent instance);
Пример #4
0
 partial void UpdateProductComponent(ProductComponent instance);
Пример #5
0
		private void attach_ProductComponents(ProductComponent entity)
		{
			this.SendPropertyChanging();
			entity.Product = this;
		}