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