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