Example #1
0
 partial void DeleteJobShift(JobShift instance);
Example #2
0
 partial void UpdateJobShift(JobShift instance);
Example #3
0
		private void detach_JobShifts(JobShift entity)
		{
			this.SendPropertyChanging();
			entity.Job1 = null;
		}
Example #4
0
 partial void InsertJobShift(JobShift instance);
Example #5
0
		private void attach_JobShifts(JobShift entity)
		{
			this.SendPropertyChanging();
			entity.Job1 = this;
		}