Beispiel #1
0
 partial void DeleteEmploymentHistory(EmploymentHistory instance);
Beispiel #2
0
 partial void InsertEmploymentHistory(EmploymentHistory instance);
Beispiel #3
0
 partial void UpdateEmploymentHistory(EmploymentHistory instance);
Beispiel #4
0
		private void detach_EmploymentHistories(EmploymentHistory entity)
		{
			this.SendPropertyChanging();
			entity.Application = null;
		}