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