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