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