Пример #1
0
 partial void DeleteStoreProductInventory(StoreProductInventory instance);
Пример #2
0
 partial void UpdateStoreProductInventory(StoreProductInventory instance);
Пример #3
0
		private void detach_StoreProductInventories1(StoreProductInventory entity)
		{
			this.SendPropertyChanging();
			entity.StoreVariantTypeOption1 = null;
		}
Пример #4
0
 partial void InsertStoreProductInventory(StoreProductInventory instance);
Пример #5
0
		private void attach_StoreProductInventories(StoreProductInventory entity)
		{
			this.SendPropertyChanging();
			entity.StoreVariantTypeOption = this;
		}