Esempio n. 1
0
 partial void DeleteStoreProductInventory(StoreProductInventory instance);
Esempio n. 2
0
 partial void UpdateStoreProductInventory(StoreProductInventory instance);
Esempio n. 3
0
		private void detach_StoreProductInventories1(StoreProductInventory entity)
		{
			this.SendPropertyChanging();
			entity.StoreVariantTypeOption1 = null;
		}
Esempio n. 4
0
 partial void InsertStoreProductInventory(StoreProductInventory instance);
Esempio n. 5
0
		private void attach_StoreProductInventories(StoreProductInventory entity)
		{
			this.SendPropertyChanging();
			entity.StoreVariantTypeOption = this;
		}