Esempio n. 1
0
 partial void DeletePrice(Price instance);
Esempio n. 2
0
 partial void UpdatePrice(Price instance);
Esempio n. 3
0
		private void detach_Prices(Price entity)
		{
			this.SendPropertyChanging();
			entity.SKU = null;
		}
Esempio n. 4
0
 partial void InsertPrice(Price instance);
Esempio n. 5
0
		private void attach_Prices(Price entity)
		{
			this.SendPropertyChanging();
			entity.SKU = this;
		}