Exemplo n.º 1
0
 public void Add(ShopInventory item)
 {
     QbDb.ShopInventories.InsertOnSubmit(item);
 }
Exemplo n.º 2
0
		private void detach_ShopInventories(ShopInventory entity)
		{
			this.SendPropertyChanging();
			entity.Client = null;
		}
Exemplo n.º 3
0
 partial void DeleteShopInventory(ShopInventory instance);
Exemplo n.º 4
0
 partial void UpdateShopInventory(ShopInventory instance);
Exemplo n.º 5
0
 partial void InsertShopInventory(ShopInventory instance);
Exemplo n.º 6
0
		private void detach_ShopInventories(ShopInventory entity)
		{
			this.SendPropertyChanging();
			entity.QuickbooksInventory = null;
		}