Esempio n. 1
0
 partial void DeletePartState(PartState instance);
Esempio n. 2
0
 partial void UpdatePartState(PartState instance);
Esempio n. 3
0
		private void detach_PartStates(PartState entity)
		{
			this.SendPropertyChanging();
			entity.CustomerLocation = null;
		}
Esempio n. 4
0
 partial void InsertPartState(PartState instance);
Esempio n. 5
0
		private void attach_PartStates(PartState entity)
		{
			this.SendPropertyChanging();
			entity.Customer = this;
		}