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