Example #1
0
 partial void DeleteShopQuickbooksInventoryLink(ShopQuickbooksInventoryLink instance);
Example #2
0
		private void detach_ShopQuickbooksInventoryLinks(ShopQuickbooksInventoryLink entity)
		{
			this.SendPropertyChanging();
			entity.ShopInventory = null;
		}
Example #3
0
 partial void InsertShopQuickbooksInventoryLink(ShopQuickbooksInventoryLink instance);
Example #4
0
		private void attach_ShopQuickbooksInventoryLinks(ShopQuickbooksInventoryLink entity)
		{
			this.SendPropertyChanging();
			entity.QuickbooksInventory = this;
		}